Skip to content

Commit afa35ba

Browse files
authored
chore: fix release action (#756)
1 parent 32f5533 commit afa35ba

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"commit": false,
1010
"linked": [],
11-
"access": "restricted",
11+
"access": "public",
1212
"baseBranch": "main",
1313
"updateInternalDependencies": "patch",
1414
"bumpVersionsWithWorkspaceProtocolOnly": true,

.github/workflows/Release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
contents: write
1414
issues: write
1515
pull-requests: write
16+
id-token: write
1617
name: Release
1718
runs-on: ubuntu-latest
1819
steps:

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "1.3.1",
44
"type": "module",
55
"description": "Svelte parser for ESLint",
6-
"repository": "git+https://github.com/sveltejs/svelte-eslint-parser.git",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/sveltejs/svelte-eslint-parser.git"
9+
},
710
"homepage": "https://github.com/sveltejs/svelte-eslint-parser#readme",
811
"author": "Yosuke Ota (https://github.com/ota-meshi)",
912
"contributors": [

0 commit comments

Comments
 (0)