Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekrp authored May 4, 2021
1 parent 8b92e6f commit 0786d2d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 12
- run: npm install -g --unsafe-perm node-red
- run: npm ci
- run: npm test

publish-npm:
needs: build
Expand All @@ -32,3 +30,11 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

update-node-red-flows:
needs: publish-npm
runs-on: ubuntu-latest
steps:
- uses: hacksore/node-red-flow@v2
with:
repo: node-red-contrib-crypto-js-dynamic

0 comments on commit 0786d2d

Please sign in to comment.