Skip to content

Commit

Permalink
Use configured gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 1, 2024
1 parent a98568b commit 78c783c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
# Obtain the derived version number in the env.VERSION variable.
- run: echo "VERSION=$(${{github.workspace}}/gradlew -q :printVersion)" >> $GITHUB_ENV
- run: echo "VERSION=$(gradle -q :printVersion)" >> $GITHUB_ENV
- name: 'Release on GitHub'
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 78c783c

Please sign in to comment.