We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c596e52 + 9794bfe commit a56f5fbCopy full SHA for a56f5fb
.github/workflows/vsce-publish.yml
@@ -36,6 +36,8 @@ jobs:
36
- name: Publish extension
37
run: npm run publish
38
working-directory: ${{env.cwd}}
39
+ env:
40
+ VSCE_PAT: ${{secrets.VSCE_PAT}}
41
42
- name: Create release
43
uses: ncipollo/release-action@v1
0 commit comments