Skip to content

Commit eddf9ee

Browse files
committed
fix release ci and package.json
1 parent 63e34a6 commit eddf9ee

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/Release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ on:
2424
release:
2525
types:
2626
- published
27+
permissions:
28+
id-token: write
2729
jobs:
2830
release:
2931
name: Release a new version

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"types": "./dist/index.d.ts",
99
"author": "Noel Towa <cutie@floofy.dev>",
1010
"license": "MIT",
11-
"repository": "https://github.com/Noelware/utils",
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/Noelware/utils.git"
14+
},
1215
"bugs": "https://github.com/Noelware/utils/issues",
1316
"homepage": "https://docs.noelware.org/libraries/@noelware/utils",
1417
"exports": {

0 commit comments

Comments
 (0)