Skip to content

Commit b7f3401

Browse files
authored
chore: merge pull request #89 from addon-stack/develop
2 parents 003d70a + 9bbae3e commit b7f3401

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
DEBUG: release-it:*,@release-it/*
6262
HUSKY: 0
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64+
NPM_CONFIG_PROVENANCE: true
6465
run: |
6566
VERSION_ARG=""
6667
if [ -n "${{ inputs.version }}" ]; then

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"type": "git",
1010
"url": "git+https://github.com/addon-stack/addon-bone.git"
1111
},
12+
"publishConfig": {
13+
"access": "public",
14+
"registry": "https://registry.npmjs.org/"
15+
},
1216
"bugs": {
1317
"url": "https://github.com/addon-stack/addon-bone/issues"
1418
},

0 commit comments

Comments
 (0)