Skip to content

Commit

Permalink
chore: test npm publish from release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Oct 27, 2024
1 parent 3a2363a commit 76e5f68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.release_created }}
# if: ${{ steps.release.outputs.release_created }}

- run: npm ci
if: ${{ steps.release.outputs.release_created }}
# if: ${{ steps.release.outputs.release_created }}

- run: npm test
if: ${{ steps.release.outputs.release_created }}
# if: ${{ steps.release.outputs.release_created }}

- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.UUID_NPM_RELEASE_TOKEN}}
if: ${{ steps.release.outputs.release_created }}
# if: ${{ steps.release.outputs.release_created }}

0 comments on commit 76e5f68

Please sign in to comment.