Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuohumax committed Mar 23, 2024
1 parent 7f7152f commit 914fac4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/forty-pots-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"format-files-by-ignores": patch
---

action
10 changes: 7 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ jobs:
- name: Create Release Pull Request
id: changesets
uses: changesets/action@v1
with:
publish: npm run vsce-publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VSCE_PAT: ${{ secrets.VSCE_PAT }}

- name: Publish to Visual Studio Marketplace
if: steps.changesets.outputs.hasChangesets == 'true'
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VSCE_PAT }}
registryUrl: https://marketplace.visualstudio.com

0 comments on commit 914fac4

Please sign in to comment.