We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa9635 commit 65c745aCopy full SHA for 65c745a
2 files changed
.github/workflows/npm-publish.yml
@@ -21,6 +21,7 @@ jobs:
21
publish-npm:
22
needs: build
23
runs-on: ubuntu-latest
24
+ environment: production
25
steps:
26
- uses: actions/checkout@v4
27
- uses: actions/setup-node@v4
package.json
@@ -24,7 +24,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/The-LukeZ/djsCommandHelper"
+ "url": "git+https://github.com/The-LukeZ/djsCommandHelper.git"
28
},
29
"registry": "https://npm.pkg.github.com",
30
"devDependencies": {
0 commit comments