Skip to content

Commit 064f47c

Browse files
committed
ci: do not publish as major
1 parent ae3e4a5 commit 064f47c

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
@@ -30,7 +30,7 @@ jobs:
3030

3131
- run: npm install
3232

33-
- run: npm run release major -- --ci --preRelease=next
33+
- run: npm run release -- --ci --preRelease=next
3434
env:
3535
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)