test auto publish

pull/10/head
masnn 4 years ago
parent 57881792f3
commit cb611d8f08

@ -19,4 +19,7 @@ jobs:
- uses: actions/upload-artifact@v1
with:
name: hydro
path: .
path: .
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

@ -1,6 +1,6 @@
{
"name": "hydrooj",
"version": "2.10.0",
"version": "2.10.1",
"main": "dist/loader.js",
"bin": "bin/hydrooj.js",
"repository": "https://github.com/hydro-dev/Hydro.git",
@ -76,4 +76,4 @@
"build:watch": "tsc --watch",
"lint": "eslint bin hydro tool --ext ts,js --fix"
}
}
}
Loading…
Cancel
Save