Updated publish workflow
parent
8671c43970
commit
29e16f53c8
|
@ -33,4 +33,4 @@ jobs:
|
|||
- run: git push --tags && git push
|
||||
- run: yarn publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
|
|
@ -0,0 +1,2 @@
|
|||
registry=https://npm.pkg.github.com/@millenniumearl
|
||||
registry=https://registry.npmjs.org
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"main": "./app/index.js",
|
||||
"name": "f95api",
|
||||
"name": "@millenniumearl/f95api",
|
||||
"version": "1.6.3",
|
||||
"author": {
|
||||
"name": "Millennium Earl"
|
||||
|
@ -10,6 +10,9 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/MillenniumEarl/F95API.git"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://npm.pkg.github.com/millenniumearl"
|
||||
},
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"f95",
|
||||
|
|
Loading…
Reference in New Issue