Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Apr 18, 2022
1 parent 1d7f840 commit b88cc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: chmod +x gradlew
- name: Build Jar with Gradle
id: publish_release_assets
run: ./gradlew build -Pversion=${{ env.TAG }}
run: ./gradlew buildAll -Pversion=${{ env.TAG }}
env:
BUILD_NUMBER: ${{ github.run_number }}
- name: Create release
Expand Down

0 comments on commit b88cc7c

Please sign in to comment.