Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangelmorenochacon committed Jul 1, 2024
1 parent d9634a1 commit 7bb5e24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
yarn config set 'npmRegistries["//npm.pkg.github.com"].npmAuthToken' "${NODE_AUTH_TOKEN}"
cat ~/.npmrc
yarn config set npmPublishRegistry "https://npm.pkg.github.com"
yarn config set npmAuthToken "${NODE_AUTH_TOKEN}"
- name: Publish release
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 7bb5e24

Please sign in to comment.