Skip to content

Commit

Permalink
ci: flow
Browse files Browse the repository at this point in the history
  • Loading branch information
baicie committed Jan 3, 2024
1 parent 9cca19c commit f6b2762
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,15 @@ jobs:
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
dependencies: false
packagePath: "../../packages/extension"
path: "../../packages/extension/b-reader-${{env.TAG_VERSION}}.vsix"
registryUrl: https://marketplace.visualstudio.com

- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
dependencies: false
packagePath: "../../packages/extension"
path: "../../packages/extension/b-reader-${{env.TAG_VERSION}}.vsix"

0 comments on commit f6b2762

Please sign in to comment.