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}}