Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuohumax committed Mar 23, 2024
1 parent a49deac commit d19316b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
createGithubReleases: true
publish: npm run vsce-publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish
if: steps.changesets.outputs.hasChangesets == 'false'
run: npm run vsce-publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "format-files-by-ignores",
"displayName": "Format Files By Ignores",
"description": "Format files by ignore files (.gitignore, ...)",
"version": "1.0.3",
"version": "1.0.0",
"private": true,
"icon": "icon.png",
"publisher": "xiaohuohumax",
"repository": {
Expand Down

0 comments on commit d19316b

Please sign in to comment.