diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46a8279..5022a47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,4 +57,10 @@ jobs: UPM_TAG: upm/v${{ steps.semantic.outputs.new_release_version }} run: | git tag $UPM_TAG upm - git push origin --tags \ No newline at end of file + git push origin --tags + - uses: actions/setup-node@v2 + with: + registry-url: 'https://npm.iron-wall.org' + - run: npm publish + env: + NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}