Skip to content

Commit

Permalink
Update .github/workflows/release.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Francisco Arceo <[email protected]>
Signed-off-by: lrangine <[email protected]>
  • Loading branch information
lokeshrangineni and franciscojavierarceo committed Feb 4, 2025
1 parent 6794ef0 commit fa064b5
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 @@ -180,7 +180,7 @@ jobs:
run: |
npx -p @semantic-release/changelog -p @semantic-release/git -p @semantic-release/exec -p semantic-release semantic-release
- name: Create or update stable branch after release.
- name: Updating `stable` branch after release.
if: github.event.inputs.dry_run == 'false'
run: |
git fetch origin
Expand Down

0 comments on commit fa064b5

Please sign in to comment.