Skip to content

Commit

Permalink
Remove npm tag for tag releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bcopy committed Oct 3, 2024
1 parent 21b32d5 commit a0bdf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
elif [[ $GITHUB_REF == refs/tags/* ]]; then
# Publishing from a tag
VERSION=${GITHUB_REF#refs/tags/v}
npm publish --tag $VERSION
npm publish
fi
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit a0bdf70

Please sign in to comment.