Merge pull request #19 from furality/registry
ci(release): configure registry
This commit is contained in:
commit
6551c1ad4c
2 changed files with 3 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -46,5 +46,5 @@ jobs:
|
|||
uses: ahmadnassri/action-semantic-release@v2.2.3
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: fake
|
||||
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
@ -67,7 +67,8 @@
|
|||
"url": "https://github.com/furality/nestjs-http-promise"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"access": "public",
|
||||
"registry": "https://npm.pkg.github.com"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
Loading…
Reference in a new issue