Skip to content

Commit

Permalink
fix release draft
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkbolte committed Feb 16, 2025
1 parent 743cbea commit 6b0eb62
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 @@ -30,7 +30,7 @@ jobs:
id: publish_package
uses: gradle/gradle-build-action@v2.9.0
with:
arguments: -Pversion=${{ steps.new_version.outputs.new_version }} publish closeAndReleaseStagingRepository
arguments: -Pversion=${{ steps.new_version.outputs.new_version }} publish closeAndReleaseStagingRepositories

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

0 comments on commit 6b0eb62

Please sign in to comment.