Skip to content

Commit 1c5ca5d

Browse files
committed
ci: remove prerelease flag from release command
1 parent 1567791 commit 1c5ca5d

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
@@ -25,7 +25,7 @@ jobs:
2525
env:
2626
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2727
- run: npm install
28-
- run: npm run release -- --preRelease=beta --ci
28+
- run: npm run release -- --ci
2929
env:
3030
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)