Skip to content

Commit 168a24a

Browse files
clean up release.yml
1 parent be57b23 commit 168a24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
echo "Next tag computed: $NEXT_TAG"
9494
echo "tag_name=$NEXT_TAG" >> "$GITHUB_OUTPUT"
9595
96-
- name: Guard: only allow real release from main
96+
- name: Guard only allow real release from main
9797
if: ${{ github.event.inputs.dry_run != 'true' }}
9898
shell: bash
9999
run: |

0 commit comments

Comments
 (0)