Skip to content

Commit d8848c2

Browse files
feat(workflows): update
1 parent 389b9ca commit d8848c2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/version.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ jobs:
1919
bump-version:
2020
needs: find-release-commit
2121
if: |
22-
github.event_name == 'workflow_dispatch' || (
22+
github.event_name == 'workflow_dispatch' ||
23+
(
2324
github.event_name == 'push' &&
24-
needs.find-release-commit.outputs.hasCommit == 'false')
25+
needs.find-release-commit.outputs.hasCommit == 'false'
26+
)
2527
uses: rees46/workflow/.github/workflows/reusable-multiplatform-version-bump.yaml@master
2628
permissions: write-all
2729
secrets:

0 commit comments

Comments
 (0)