Skip to content

Commit

Permalink
try to fix tagging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eldargab committed Jan 2, 2024
1 parent 0aece2a commit fc6a6d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

- name: Add tag
run: ./ops/npm-tag.sh "$TAG"
run: |
echo "Tagging as $TAG"
./ops/npm-tag.sh "$TAG"
env:
TAG: ${{ inputs.tag }}

0 comments on commit fc6a6d9

Please sign in to comment.