Skip to content

Commit 63f8955

Browse files
committed
chore: add allow_override flag to release.yml for allowing renaming of releases [skip ci]
1 parent 1a24348 commit 63f8955

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
token: ${{ secrets.VERSION_BUMP_TOKEN }}
5151
tag: ${{ steps.extract_tags.outputs.tag }}
5252
name: ${{ steps.extract_tags.outputs.newtag }}
53+
allow_override: true
5354
- name: Merge back changes
5455
run: |
5556
git checkout develop

0 commit comments

Comments
 (0)