Rename workflow

This commit is contained in:
Alex Dima 2021-12-09 20:56:26 +01:00
parent 13a4caf0cd
commit dc0f824c38
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9

View file

@ -1,4 +1,4 @@
name: Publish Nightly name: Publish to npm
on: on:
schedule: schedule:
@ -7,8 +7,8 @@ on:
workflow_dispatch: {} workflow_dispatch: {}
jobs: jobs:
nightly: publish:
name: Publish Nightly name: Publish to npm
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2