Skip to content

Commit

Permalink
ci(dry-run): fix dry run
Browse files Browse the repository at this point in the history
dry run was not being triggered in pull requests. This commit fixes this
  • Loading branch information
joseph-neeraj committed Nov 15, 2023
1 parent 906d6ab commit bf9a254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Release Dry run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release --dry-run
run: npx semantic-release --dry-run --no-ci

0 comments on commit bf9a254

Please sign in to comment.