Skip to content

Commit

Permalink
Update CI for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmyshchyshyn committed Nov 12, 2024
1 parent 61fb169 commit 16c486c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-casper-client-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v3.0.2
- name: Set release tag
run: |
if [ ${{ github.event.release.target_commitish }} == 'feat/5.0.0' ]; then
if [ ${{ github.event.release.target_commitish }} == 'feat-5.0.0' ]; then
echo "release_tag=5.0.0-rc1" >> $GITHUB_ENV
else
echo "release_tag=latest" >> $GITHUB_ENV
Expand Down

0 comments on commit 16c486c

Please sign in to comment.