Skip to content

Commit

Permalink
Fix problem with auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmasuch committed Dec 15, 2020
1 parent 55cfff8 commit 285721d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-best-of-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- if: ${{ github.event.inputs != null && github.event.inputs.version != null }}
name: set-version-from-input
run: echo "VERSION=${{ github.event.inputs.version }}" >> $GITHUB_ENV
- if: ${{ env.VERSION != null && env.VERSION != '' }}
- if: ${{ ! (env.VERSION != null && env.VERSION != '') }}
name: set-version-via-date
run: echo "VERSION=$(date '+%Y.%m.%d')" >> $GITHUB_ENV
- name: create-update-branch
Expand Down

0 comments on commit 285721d

Please sign in to comment.