We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4f7be commit b9a5be1Copy full SHA for b9a5be1
.github/workflows/ci-package.yml
@@ -366,7 +366,7 @@ jobs:
366
# XXX: See x86 job comments on sharing the default ver# with CMakeLists.txt.
367
run: |
368
if test -z "${{ github.event.inputs.version }}"; then
369
- export VERSION_NUMBER="11.90.$((`git log -n 1 --format=%ct` / (60*60*24)))"
+ export VERSION_NUMBER="11.91.$((`git log -n 1 --format=%ct` / (60*60*24)))"
370
export PREFIX="cronbuild-"
371
else
372
export VERSION_NUMBER=${{ github.event.inputs.version }}
0 commit comments