Skip to content

Commit

Permalink
build: my bad pt2
Browse files Browse the repository at this point in the history
Took 1 minute
  • Loading branch information
xFedeT committed May 1, 2024
1 parent 54db600 commit d61db52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
${{ runner.os }}-gradlew-
- name: Retrieve current version number before release
run: ./gradlew printVersion
run: sh gradlew printVersion

- name: Create release tag
id: createRelease
run: |
./gradlew shadowJar releaseVersion --no-commit
sh gradlew shadowJar releaseVersion --no-commit
- name: Push new tag
run: |
Expand Down

0 comments on commit d61db52

Please sign in to comment.