mirror of https://github.com/yb/uptime-status
fix
parent
9ab8833155
commit
4912578aa5
|
@ -30,6 +30,6 @@ jobs:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
registry-url: https://npm.pkg.github.com/
|
registry-url: https://npm.pkg.github.com/
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- npm publish --registry=https://npm.pkg.github.com/
|
- run: npm publish --registry=https://npm.pkg.github.com/
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{secrets.ALL_TOKEN}}
|
NODE_AUTH_TOKEN: ${{secrets.ALL_TOKEN}}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hostlikepro/status-bot",
|
"name": "@hostlikepro/status-bot",
|
||||||
"version": "1.0.1",
|
"version": "1.0.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
|
|
Loading…
Reference in New Issue