We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5dc00 commit 2b57615Copy full SHA for 2b57615
.github/workflows/publish-extension.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Publish extension package
33
env:
34
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
35
- run: npm run vsce -- publish -p $VSCE_TOKEN
+ run: npm run vsce -- publish minor -p $VSCE_TOKEN
36
37
- uses: actions/upload-artifact@v4
38
name: Upload artifact
0 commit comments