Skip to content

Commit

Permalink
ci: fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
YieldRay committed Mar 11, 2024
1 parent 136631f commit b94224f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
permissions:
contents: write # to create release commit (google-github-actions/release-please-action)
pull-requests: write # to create release PR (google-github-actions/release-please-action)
id-token: write # (JS-DevTools/npm-publish)

runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/YieldRay/nrm-lite.git"
"url": "git+https://github.com/YieldRay/nrm-lite.git"
},
"bugs": {
"url": "https://github.com/YieldRay/nrm-lite/issues"
Expand Down

0 comments on commit b94224f

Please sign in to comment.