Explorar o código

Made NPM deployment step consistent with GPM

Kevin Brown %!s(int64=5) %!d(string=hai) anos
pai
achega
dafddb73c8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: