Skip to content

Commit

Permalink
👷 fix tags (github)
Browse files Browse the repository at this point in the history
  • Loading branch information
o4kapuk committed Dec 5, 2023
1 parent 0b36d79 commit cad6207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: 📦️ Publish tagged package (github registry)
if: github.ref_name != 'master'
run: npm publish
run: npm publish --tag ${{ github.ref_name }}
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: 🔨 Setup node (npmjs)
Expand Down

0 comments on commit cad6207

Please sign in to comment.