Skip to content

Commit 9ca6b4e

Browse files
authored
Merge pull request #174 from weaviate/fix-tag-in-npm-package
Remove `--tag next` in `npm publish` step
2 parents 92ff322 + f25a457 commit 9ca6b4e

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)