Rename workflow

pull/2811/head
Alex Dima 3 years ago
parent 13a4caf0cd
commit dc0f824c38
No known key found for this signature in database
GPG Key ID: 39563C1504FDD0C9

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