Added publish.yml
parent
b5c59793c0
commit
bee5277de0
|
@ -0,0 +1,15 @@
|
|||
on: push
|
||||
branch: ["master"]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12
|
||||
- run: npm install
|
||||
- uses: JS-DevTools/npm-publish@v1
|
||||
with:
|
||||
token: ${{ secrets.NPM_TOKEN }}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "f95api",
|
||||
"name": "@millenniumearl/f95api",
|
||||
"version": "1.6.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
|
|
Loading…
Reference in New Issue