Skip to content

Commit cbc2e84

Browse files
committed
ci: do not tag as major
1 parent da37b14 commit cbc2e84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)