Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Nov 3, 2023
1 parent 50022d1 commit f6739de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Update tag
run: |
echo "Tag name from github.ref_name: ${{ github.event.release.target_commitish }}"
./scripts/update-tag.sh ${{ github.event.release.target_commitish }}
echo "Tag name from github.ref_name: ${{ github.event.release.tag_name }}"
./scripts/update-tag.sh ${{ github.event.release.tag_name }}
- name: Release
run: make releaseCocoaPods

0 comments on commit f6739de

Please sign in to comment.