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 1410b04 commit 741c9c3Copy full SHA for 741c9c3
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
- run: npm run compile
21
- run: mkdir artifacts
22
- name: Package
23
- run: npx vsce package --out=artifacts/phpactor.vsix ${{ github.event.release.tag_name }}
+ run: npx vsce package --no-git-tag-version --no-update-package-json --out=artifacts/phpactor.vsix ${{ github.event.release.tag_name }}
24
- name: 'Release Extension'
25
uses: actions/upload-release-asset@v1
26
env:
0 commit comments