Skip to content

Commit

Permalink
put back publish step, but ignore error
Browse files Browse the repository at this point in the history
  • Loading branch information
neilboyd committed Aug 8, 2024
1 parent c72250c commit b398c10
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
# with:
# record: false
# # cache-key: node-v${{ matrix.node }}-on-${{ runner.os }}-hash-${{ hashFiles('package-lock.json') }}
# - name: publish
# env:
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# run: |
# npm config set '//registry.npmjs.org/:_authToken' "${{ secrets.NPM_TOKEN }}"
# npm publish
- name: publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm config set '//registry.npmjs.org/:_authToken' "${{ secrets.NPM_TOKEN }}"
npm publish
continue-on-error: true

0 comments on commit b398c10

Please sign in to comment.