We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 003d70a + 9bbae3e commit b7f3401Copy full SHA for b7f3401
.github/workflows/release.yml
@@ -61,6 +61,7 @@ jobs:
61
DEBUG: release-it:*,@release-it/*
62
HUSKY: 0
63
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
+ NPM_CONFIG_PROVENANCE: true
65
run: |
66
VERSION_ARG=""
67
if [ -n "${{ inputs.version }}" ]; then
package.json
@@ -9,6 +9,10 @@
9
"type": "git",
10
"url": "git+https://github.com/addon-stack/addon-bone.git"
11
},
12
+ "publishConfig": {
13
+ "access": "public",
14
+ "registry": "https://registry.npmjs.org/"
15
+ },
16
"bugs": {
17
"url": "https://github.com/addon-stack/addon-bone/issues"
18
0 commit comments