Skip to content

Commit

Permalink
fix(ci): use dry run for automated release
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Feb 26, 2025
1 parent e045ef5 commit d8111f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
-p "@semantic-release/release-notes-generator"
-p conventional-changelog-conventionalcommits
-p semantic-release
-- semantic-release
-- semantic-release --dry-run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
Expand Down

0 comments on commit d8111f0

Please sign in to comment.