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 869fe9a commit dc98287Copy full SHA for dc98287
.github/workflows/build.yml
@@ -78,5 +78,5 @@ jobs:
78
- name: Release
79
env:
80
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81
- VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
+ VSCE_PAT: ${{ secrets.VSCE_PAT }}
82
run: npm run semantic-release
0 commit comments