Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverguy25 committed Jun 3, 2024
1 parent 19c34d1 commit 505891a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified .github/scripts/calculate-npm-tag.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion .github/workflows/stage-publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:

- name: Tag release
run: |
git tag sdk/"${{ inputs.version }}"
git tag "sdk/${{ inputs.version }}"
git push -u origin $(git rev-parse --abbrev-ref HEAD) --tags

0 comments on commit 505891a

Please sign in to comment.