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 c240a0e commit 5d99412Copy full SHA for 5d99412
.github/workflows/publish.yaml
@@ -39,14 +39,4 @@ jobs:
39
run: pnpm run typecheck
40
41
- name: Publish
42
- run: |
43
- TAG="${{ github.ref_name }}"
44
- VERSION="${TAG#v}"
45
-
46
- if [[ "$VERSION" =~ (alpha|beta|rc) ]]; then
47
- DIST_TAG="${BASH_REMATCH[1]}"
48
- npm version "$VERSION" --no-git-tag-version --allow-same-version
49
- npm publish --tag "$DIST_TAG" --provenance=false
50
- else
51
- npm publish --provenance=false
52
- fi
+ run: npm publish
0 commit comments