Skip to content

Commit 65c745a

Browse files
committed
fix: update repository URL format in package.json and add environment to npm publish workflow
1 parent 8aa9635 commit 65c745a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
publish-npm:
2222
needs: build
2323
runs-on: ubuntu-latest
24+
environment: production
2425
steps:
2526
- uses: actions/checkout@v4
2627
- uses: actions/setup-node@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"license": "MIT",
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/The-LukeZ/djsCommandHelper"
27+
"url": "git+https://github.com/The-LukeZ/djsCommandHelper.git"
2828
},
2929
"registry": "https://npm.pkg.github.com",
3030
"devDependencies": {

0 commit comments

Comments
 (0)