From 481698762ae9e423ff1537823b45b75018bcae36 Mon Sep 17 00:00:00 2001 From: Vladimir Sigalkin Date: Mon, 24 Jan 2022 20:29:51 +0300 Subject: [PATCH] fix(ci): try another ci code --- .github/workflows/ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e91b74..c20c384 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,4 +58,11 @@ jobs: run: | git tag $UPM_TAG upm git push origin --tags - + - uses: actions/setup-node@v2 + if: steps.semantic.outputs.new_release_published == 'true' + with: + registry-url: 'https://npm.iron-wall.org' + - run: npm publish + if: steps.semantic.outputs.new_release_published == 'true' + env: + NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}