Browse Source

Rename workflow

Alex Dima 3 years ago
parent
commit
dc0f824c38
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/publish.yml

+ 3 - 3
.github/workflows/nightly.yml → .github/workflows/publish.yml

@@ -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