Skip to content

Commit 4b6af34

Browse files
committed
ci: fix missing npm tag
1 parent 7d36878 commit 4b6af34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- run: npm ci
2525
- run: npm run build
2626
- run: npm version prerelease --no-git-tag-version --preid ${{ github.ref_name }}-${{ github.sha }}
27-
- run: npm publish
27+
- run: npm publish --tag=beta

0 commit comments

Comments
 (0)