Skip to content

Commit

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

0 comments on commit 4816987

Please sign in to comment.