Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 7d60698

Browse files
committed
test: release beta again
1 parent 389b123 commit 7d60698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: npm run build
2121

2222
- name: Release
23-
run: npx [email protected] --branches ['master', {name: 'beta', prerelease: true}]
23+
run: npx [email protected] --branches master,beta
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)