From 0786d2dcae5225e66615c48e6c61c2eb91dfc932 Mon Sep 17 00:00:00 2001 From: Vivek Rp Date: Tue, 4 May 2021 13:35:43 +0530 Subject: [PATCH] Update npm-publish.yml --- .github/workflows/npm-publish.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 5833fea..10247a2 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -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 @@ -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