chore: make latest default tag for publishing (#1260)

This commit is contained in:
Sasha 2023-03-23 14:27:26 +01:00 committed by GitHub
parent 5b0c3c3cac
commit 0824345f0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ jobs:
- run: npm run build
if: ${{ steps.release.outputs.releases_created }}
- run: npm publish --workspaces --next --access public
- run: npm publish --workspaces --tag latest --access public
if: ${{ steps.release.outputs.releases_created }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}