Skip to content

Commit

Permalink
fix(ci): added self-hosted npm mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
Iam1337 authored Jan 24, 2022
1 parent b425ee1 commit bb9a4f0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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}}

0 comments on commit bb9a4f0

Please sign in to comment.