mirror of
https://github.com/sern-handler/snippets
synced 2026-06-06 01:16:58 +00:00
chore(deps): update haaleo/publish-vscode-extension action to v2
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -13,12 +13,12 @@ jobs:
|
||||
with:
|
||||
node-version: 20
|
||||
- name: Publish to Open VSX Registry
|
||||
uses: HaaLeo/publish-vscode-extension@v1
|
||||
uses: HaaLeo/publish-vscode-extension@v2
|
||||
id: openVSXPublish
|
||||
with:
|
||||
pat: ${{ secrets.OPEN_VSX }}
|
||||
- name: Publish to Visual Studio Marketplace
|
||||
uses: HaaLeo/publish-vscode-extension@v1
|
||||
uses: HaaLeo/publish-vscode-extension@v2
|
||||
with:
|
||||
pat: ${{ secrets.VSCODE_TOKEN }}
|
||||
registryUrl: https://marketplace.visualstudio.com
|
||||
|
||||
Reference in New Issue
Block a user