We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d16f5f commit 4127a35Copy full SHA for 4127a35
.github/workflows/test_and_publish.yml
@@ -51,13 +51,11 @@ jobs:
51
uses: softprops/action-gh-release@v1
52
with:
53
generate_release_notes: true
54
- token: ${{ secrets.GH_RELEASE_PAT }}
+ token: ${{ secrets.GITHUB_TOKEN }}
55
name: ${{ github.ref_name }}
56
body: |
57
# Summary
58
See the [CHANGELOG.md](https://github.com/${{ github.repository }}/blob/master/CHANGELOG.md)
59
60
- name: Publish to Visual Studio Marketplace
61
- uses: HaaLeo/publish-vscode-extension@v1
62
- with:
63
- pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
+ run: vsce publish -p ${{ secrets.VS_MARKETPLACE_TOKEN }}
0 commit comments