Skip to content

Commit

Permalink
Fix typo in build Github workflow for snapshot version output
Browse files Browse the repository at this point in the history
  • Loading branch information
Breus committed Oct 8, 2023
1 parent eb16270 commit b3e3e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
GPG_PRIV_KEY: ${{ secrets.GPG_PRIV_KEY }}
GPG_PASS_PHRASE: ${{ secrets.GPG_PASS_PHRASE }}
run: ./gradlew -Pversion=${{ steps.generate-snapshot.outputs.snapshot-version }} publishAllPublicationsToSonatypeRepository closeSonatypeStagingRepository
run: ./gradlew -Pversion=${{ steps.get-snapshot-version.outputs.snapshot-version }} publishAllPublicationsToSonatypeRepository closeSonatypeStagingRepository

0 comments on commit b3e3e1a

Please sign in to comment.