Skip to content

Commit

Permalink
Removed the dry-run flag to test and we will add it back later.
Browse files Browse the repository at this point in the history
Signed-off-by: lrangine <[email protected]>
  • Loading branch information
lokeshrangineni committed Feb 4, 2025
1 parent a5f5ce6 commit 09c3bdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ jobs:
npx -p @semantic-release/changelog -p @semantic-release/git -p @semantic-release/exec -p semantic-release semantic-release
- name: Updating `stable` branch after release.
if: github.event.inputs.dry_run == 'false'
run: |
git fetch origin
# note that this checkout creates a branch called `stable` if it does not exist
Expand Down

0 comments on commit 09c3bdd

Please sign in to comment.