Skip to content

Commit

Permalink
fix(workflow): pass token to publish task
Browse files Browse the repository at this point in the history
Pass the GITHUB_TOKEN properly to the publish task, so it can publish the jar correctly.
  • Loading branch information
bas-info-nl authored Sep 1, 2024
1 parent 9d3c39a commit cb9e2d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,5 @@ jobs:

- name: Gradle publish
run: ./gradlew jar publish -Pversion=${{ steps.get_next_version.outputs.version }} --info
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cb9e2d7

Please sign in to comment.