pull/47/head
Ilya 2023-03-12 16:42:37 +02:00
parent 9ab8833155
commit 4912578aa5
2 changed files with 2 additions and 2 deletions

View File

@ -30,6 +30,6 @@ jobs:
node-version: 16
registry-url: https://npm.pkg.github.com/
- run: npm ci
- npm publish --registry=https://npm.pkg.github.com/
- run: npm publish --registry=https://npm.pkg.github.com/
env:
NODE_AUTH_TOKEN: ${{secrets.ALL_TOKEN}}

View File

@ -1,6 +1,6 @@
{
"name": "@hostlikepro/status-bot",
"version": "1.0.1",
"version": "1.0.3",
"license": "MIT",
"scripts": {
"start": "react-scripts start",