We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92af99 commit 047634aCopy full SHA for 047634a
2 files changed
.github/workflows/publish-npm.yml
@@ -39,17 +39,7 @@ jobs:
39
run: bun test
40
41
- name: Publish to npm
42
- run: |
43
- VERSION="${GITHUB_REF_NAME#v}"
44
- TAG="latest"
45
- if [[ "$VERSION" == *"beta"* ]]; then
46
- TAG="beta"
47
- elif [[ "$VERSION" == *"alpha"* ]]; then
48
- TAG="alpha"
49
- elif [[ "$VERSION" == *"rc"* ]]; then
50
- TAG="rc"
51
- fi
52
- npm publish --tag "$TAG" --access public
+ run: npm publish --provenance --access public
53
env:
54
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
55
.github/workflows/release.yml
0 commit comments