Skip to content

Commit

Permalink
Switched to publish rather than release Gradle task so that we don't …
Browse files Browse the repository at this point in the history
…git tag twice
  • Loading branch information
tomakehurst committed Nov 9, 2023
1 parent d337d91 commit b906dfe
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 @@ -24,7 +24,7 @@ jobs:
id: publish_package
uses: gradle/[email protected]
with:
arguments: release closeAndReleaseStagingRepository
arguments: publish closeAndReleaseStagingRepository

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b906dfe

Please sign in to comment.