File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
clients/algoliasearch-client-scala/.github/workflows Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - name : Checkout
1515 uses : actions/checkout@v4
16+ with :
17+ fetch-tags : true
18+
19+ - name : checkout the release tag
20+ run : |
21+ TAG=$(sed -n 's/.*version := "\(.*\)"/\1/p' version.sbt)
22+ echo "Checking out tag $TAG"
23+ git checkout "v$TAG"
1624
1725 - name : Install Java
1826 uses : actions/setup-java@v4
2634
2735 - run : sbt ci-release
2836 env :
29- PGP_PASSPHRASE : ${{ secrets.SIGNING_PRIVATE_KEY_PASSWORD }}
30- PGP_SECRET : ${{ secrets.SIGNING_PRIVATE_KEY }}
37+ PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
38+ PGP_SECRET : ${{ secrets.PGP_SECRET }}
3139 SONATYPE_USERNAME : ${{ secrets.MAVEN_CENTRAL_USERNAME }}
3240 SONATYPE_PASSWORD : ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
You can’t perform that action at this time.
0 commit comments