Skip to content

Commit 06261c4

Browse files
committed
ci: remove pre-release flag from the release script
1 parent 7479dae commit 06261c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2323
- run: npm install
24-
- run: npm run release -- --preRelease=beta --ci
24+
- run: npm run release -- --ci
2525
env:
2626
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)