Skip to content

Commit

Permalink
fix sha1
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Nov 3, 2024
1 parent 2c0ac70 commit e1cf13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda #v3.4.2
- run: |
./gradlew librarianPublishToSnapshots
LIBRARIAN_VERSION_SHA1=$GITHUB_REF ./gradlew librarianPublishToGcs
LIBRARIAN_VERSION_SHA1=$GITHUB_SHA ./gradlew librarianPublishToGcs
env:
LIBRARIAN_SONATYPE_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
LIBRARIAN_SONATYPE_USERNAME: ${{ secrets.OSSRH_USER }}
Expand Down

0 comments on commit e1cf13d

Please sign in to comment.