Skip to content

Commit

Permalink
Merge pull request #74 from casper-ecosystem/hotfix/another-ghactions…
Browse files Browse the repository at this point in the history
…-fix

last (hopefully) fix
  • Loading branch information
hoffmannjan authored Jun 18, 2021
2 parents d396e5e + 60b6293 commit dae83ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-casper-client-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
ref: ${{ github.event.release.target_commitish }}
- name: Set release tag
run: |
echo ${{ github.event.release.target_commitish }}
if [ ${{ github.event.release.target_commitish }} == 'refs/heads/next' ]; then
if [ ${{ github.event.release.target_commitish }} == 'next' ]; then
echo "release_tag=next" >> $GITHUB_ENV
else
echo "release_tag=latest" >> $GITHUB_ENV
Expand Down

0 comments on commit dae83ae

Please sign in to comment.