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 d7ac52f commit b7e05dcCopy full SHA for b7e05dc
.github/workflows/update.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Derive latest version
64
id: latest
65
- if: steps.git-check.outputs.changes == 'true'
+ if: steps.git-check.outputs.changes == 'true' || (github.event_name == 'workflow_dispatch' && github.event.inputs.force_update == 'true')
66
run: |
67
VERSION=$(jq -r '.versions[0].version' version-history.json)
68
DATE=$(jq -r '.versions[0].date' version-history.json)
0 commit comments