Skip to content

Commit

Permalink
ci: restore dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhagen committed Nov 14, 2024
1 parent 55eb7ee commit 5feab6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
run: |
# the below line gets us locally to the result of the PR merge on the correct ref
git checkout -b ${{ github.base_ref }} pull/${{ github.event.number }}/merge
unset GITHUB_ACTIONS && npx semantic-release
unset GITHUB_ACTIONS && npx semantic-release --dry-run --no-ci

0 comments on commit 5feab6d

Please sign in to comment.