Skip to content

Commit 285721d

Browse files
committed
Fix problem with auto update
1 parent 55cfff8 commit 285721d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-best-of-list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- if: ${{ github.event.inputs != null && github.event.inputs.version != null }}
2121
name: set-version-from-input
2222
run: echo "VERSION=${{ github.event.inputs.version }}" >> $GITHUB_ENV
23-
- if: ${{ env.VERSION != null && env.VERSION != '' }}
23+
- if: ${{ ! (env.VERSION != null && env.VERSION != '') }}
2424
name: set-version-via-date
2525
run: echo "VERSION=$(date '+%Y.%m.%d')" >> $GITHUB_ENV
2626
- name: create-update-branch

0 commit comments

Comments
 (0)