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 f735f3d commit 8a5f9c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,9 @@ jobs:
run: |
git tag $UPM_TAG upm
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 8a5f9c1

Please sign in to comment.