Skip to content

Commit

Permalink
tsbundle@0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 13, 2023
1 parent d7c7a2e commit 82c27ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
npm install --legacy-peer-deps
npm publish --legacy-peer-deps --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion NPM/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"ts-node": "10.9.1"
},
"publishConfig": {
"access": "public"
"access": "public",
"@NikolaRHristov:registry": "https://npm.pkg.github.com"
}
}

0 comments on commit 82c27ac

Please sign in to comment.