Skip to content

Commit

Permalink
fix: publishing workflow using wrong version (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
nand4011 committed Mar 27, 2023
1 parent 9c66c91 commit 337f9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
SONATYPE_SIGNING_KEY_PASSWORD: ${{ secrets.SONATYPE_SIGNING_KEY_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
ORG_GRADLE_PROJECT_version: ${{ needs.release.outputs.version }}
ORG_GRADLE_PROJECT_version: ${{ steps.semrel.outputs.version }}
uses: gradle/gradle-build-action@v2
with:
arguments: publishToSonatype closeSonatypeStagingRepository #TODO: closeAndReleaseStagingRepository

0 comments on commit 337f9cc

Please sign in to comment.