Skip to content

Commit

Permalink
fix release ci and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Feb 11, 2024
1 parent 63e34a6 commit eddf9ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ on:
release:
types:
- published
permissions:
id-token: write
jobs:
release:
name: Release a new version
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"types": "./dist/index.d.ts",
"author": "Noel Towa <[email protected]>",
"license": "MIT",
"repository": "https://github.com/Noelware/utils",
"repository": {
"type": "git",
"url": "git+https://github.com/Noelware/utils.git"
},
"bugs": "https://github.com/Noelware/utils/issues",
"homepage": "https://docs.noelware.org/libraries/@noelware/utils",
"exports": {
Expand Down

0 comments on commit eddf9ee

Please sign in to comment.