Skip to content

Commit f25a457

Browse files
committed
Remove --tag next in npm publish step
1 parent 92ff322 commit f25a457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
registry-url: 'https://registry.npmjs.org'
8484
- run: npm ci
8585
- run: npm run build
86-
- run: npm publish --tag next
86+
- run: npm publish
8787
env:
8888
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
8989
- run: npm run docs

0 commit comments

Comments
 (0)