Skip to content

Commit 2b57615

Browse files
Auto bump minor version when publishing
1 parent 9a5dc00 commit 2b57615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Publish extension package
3333
env:
3434
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
35-
run: npm run vsce -- publish -p $VSCE_TOKEN
35+
run: npm run vsce -- publish minor -p $VSCE_TOKEN
3636

3737
- uses: actions/upload-artifact@v4
3838
name: Upload artifact

0 commit comments

Comments
 (0)