Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal committed Jul 30, 2024
1 parent aa96b30 commit a11b355
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
registry-url: https://npm.pkg.github.com
scope: '@olivierzal'
cache: 'npm'
- run: |
echo $NPM_CONFIG_USERCONFIG
cat $NPM_CONFIG_USERCONFIG
npm ci --ignore-scripts
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish
Expand Down

0 comments on commit a11b355

Please sign in to comment.