Skip to content

Commit

Permalink
Auto-config NPM dist-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Nov 13, 2023
1 parent afe54e1 commit 45473a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- run:
npm version --no-workspaces-update --no-git-tag-version
${{github.ref_name}}
- run: npm publish --access=public
- run: npm publish --access=public --tag=$(npx auto-dist-tag)
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 45473a2

Please sign in to comment.