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 7cb33a6 commit aa96b30
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ jobs:
registry-url: https://npm.pkg.github.com
scope: '@olivierzal'
cache: 'npm'
- run: echo $NPM_CONFIG_USERCONFIG > .npmrc
- run: |
npm ci --ignore-scripts
echo $NPM_CONFIG_USERCONFIG
echo NPM_CONFIG_USERCONFIG
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish
Expand All @@ -27,7 +22,6 @@ jobs:
with:
personal_access_token: ${{ secrets.HOMEY_PAT }}
env:
NPM_CONFIG_USERCONFIG: .npmrc
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: URL
run: echo "Manage your app at ${{ steps.publish.outputs.url }}." >> $GITHUB_STEP_SUMMARY

0 comments on commit aa96b30

Please sign in to comment.