浏览代码

Made NPM deployment step consistent with GPM

Kevin Brown 5 年之前
父节点
当前提交
dafddb73c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/deploy.yml

+ 1 - 1
.github/workflows/deploy.yml

@@ -50,7 +50,7 @@ jobs:
         run: npm install
       - name: Run linting, tests, minify
         run: grunt
-      - name: Deploy
+      - name: Deploy (release)
         if: github.event_name == 'release'
         run: npm publish
         env: