Skip to content

Commit

Permalink
Removed addGitTag from build as we do this via release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Mar 28, 2024
1 parent 4b63ace commit 484dc32
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 @@ -23,7 +23,7 @@ jobs:
id: publish_package
uses: gradle/gradle-build-action@v2.9.0
with:
arguments: :publish :closeAndReleaseStagingRepository addGitTag --stacktrace
arguments: :publish :closeAndReleaseStagingRepository --stacktrace

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

0 comments on commit 484dc32

Please sign in to comment.