From a1926fc6fc5811d17e476df07625eb8395de59fc Mon Sep 17 00:00:00 2001 From: baseballyama Date: Wed, 10 Sep 2025 23:16:35 +0900 Subject: [PATCH] chore: fix release action --- .changeset/config.json | 2 +- .github/workflows/Release.yml | 1 + package.json | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index a6b9e318..4c9faa62 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -8,7 +8,7 @@ ], "commit": false, "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", "bumpVersionsWithWorkspaceProtocolOnly": true, diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 245486d6..14e85007 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -13,6 +13,7 @@ jobs: contents: write issues: write pull-requests: write + id-token: write name: Release runs-on: ubuntu-latest steps: diff --git a/package.json b/package.json index 1e751a7d..cb3b8f38 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,10 @@ "version": "1.3.1", "type": "module", "description": "Svelte parser for ESLint", - "repository": "git+https://github.com/sveltejs/svelte-eslint-parser.git", + "repository": { + "type": "git", + "url": "git+https://github.com/sveltejs/svelte-eslint-parser.git" + }, "homepage": "https://github.com/sveltejs/svelte-eslint-parser#readme", "author": "Yosuke Ota (https://github.com/ota-meshi)", "contributors": [