Skip to content

Commit

Permalink
feat: change category
Browse files Browse the repository at this point in the history
  • Loading branch information
iOSonntag committed Nov 18, 2023
1 parent f75cb7b commit 9c0402a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: Release

on:
push:
Expand Down Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Create new version & CHANGELOG.md
id: chkVersion
run: npm run semantic-release
run: pnpm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"vscode": "^1.84.0"
},
"categories": [
"Other"
"Formatters"
],
"activationEvents": [],
"main": "./dist/extension.js",
Expand Down

0 comments on commit 9c0402a

Please sign in to comment.