We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a24348 commit 63f8955Copy full SHA for 63f8955
.github/workflows/release.yml
@@ -50,6 +50,7 @@ jobs:
50
token: ${{ secrets.VERSION_BUMP_TOKEN }}
51
tag: ${{ steps.extract_tags.outputs.tag }}
52
name: ${{ steps.extract_tags.outputs.newtag }}
53
+ allow_override: true
54
- name: Merge back changes
55
run: |
56
git checkout develop
0 commit comments