From 9c0402a124234835cda6eb2e1354257d5ccb60bf Mon Sep 17 00:00:00 2001 From: iOSonntag Date: Sat, 18 Nov 2023 23:22:18 +0100 Subject: [PATCH] feat: change category --- .github/workflows/release.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1f5602..8a792c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: build +name: Release on: push: @@ -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 }} diff --git a/package.json b/package.json index e1e167e..4a3c1c5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "vscode": "^1.84.0" }, "categories": [ - "Other" + "Formatters" ], "activationEvents": [], "main": "./dist/extension.js",