Skip to content

Commit

Permalink
fix: use dry-run to test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Nov 10, 2024
1 parent f20551e commit 8161e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
name: Create NPM Release
runs-on: ubuntu-latest
needs: [release-please, test-and-build]
if: ${{ needs.release-please.outputs.release_created }}
# if: ${{ needs.release-please.outputs.release_created }}
steps:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bunx npm publish
- run: bunx npm publish --dry-run
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 8161e99

Please sign in to comment.