Skip to content

Commit

Permalink
fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
genaromadrid committed Feb 22, 2024
1 parent 841bd42 commit 5da3998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v2
with:
registry-url: http://registry.npmjs.org
registry-url: https://registry.npmjs.org
scope: '@mifiel'
- name: 📦 Publish to NPM
run: yarn release:publish from-package --no-verify-access --registry http://registry.npmjs.org --yes
run: yarn release:publish from-package --no-verify-access --registry https://registry.npmjs.org --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 5da3998

Please sign in to comment.