Skip to content

Commit

Permalink
Merge pull request #174 from weaviate/fix-tag-in-npm-package
Browse files Browse the repository at this point in the history
Remove `--tag next` in `npm publish` step
  • Loading branch information
tsmith023 authored Jul 26, 2024
2 parents 92ff322 + f25a457 commit 9ca6b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: npm publish --tag next
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
- run: npm run docs
Expand Down

0 comments on commit 9ca6b4e

Please sign in to comment.