Skip to content

Commit 1fd6350

Browse files
fix issue with automatically creating tag
1 parent ad3a2c6 commit 1fd6350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
delete-branch: true
5151

5252
- name: Create tag
53-
if: steps.bump.outputs.bumped == 'true'
53+
if: inputs.create_tag == 'true' && steps.bump.outputs.bumped == 'true'
5454
uses: actions/github-script@v5
5555
with:
5656
script: |

0 commit comments

Comments
 (0)