Skip to content

Commit 4127a35

Browse files
committed
Updated workflow for the test and publish workflow.
1 parent 7d16f5f commit 4127a35

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,11 @@ jobs:
5151
uses: softprops/action-gh-release@v1
5252
with:
5353
generate_release_notes: true
54-
token: ${{ secrets.GH_RELEASE_PAT }}
54+
token: ${{ secrets.GITHUB_TOKEN }}
5555
name: ${{ github.ref_name }}
5656
body: |
5757
# Summary
5858
See the [CHANGELOG.md](https://github.com/${{ github.repository }}/blob/master/CHANGELOG.md)
5959
6060
- name: Publish to Visual Studio Marketplace
61-
uses: HaaLeo/publish-vscode-extension@v1
62-
with:
63-
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
61+
run: vsce publish -p ${{ secrets.VS_MARKETPLACE_TOKEN }}

0 commit comments

Comments
 (0)