Skip to content

Commit

Permalink
Fix tagging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrumac committed Oct 8, 2024
1 parent 511b688 commit 542b0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
run: |
git tag -a "${{ env.VERSION_NUMBER }}" -m "Release version ${{ env.VERSION_NUMBER }}"
git push origin "${{ env.VERSION_NUMBER }}"
working-directory: ios
working-directory: android

- name: Create GitHub Release
uses: actions/create-release@v1
Expand Down

0 comments on commit 542b0da

Please sign in to comment.