We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1eb63 commit f568ae3Copy full SHA for f568ae3
.github/workflows/ci-docs.yml
@@ -93,6 +93,8 @@ jobs:
93
# We only use a non-zero build # when making multiple manual builds in one day.
94
run: |
95
echo "$PWD"
96
+ found="$(find ./ -name "version.txt")"
97
+ echo "$found"
98
MAJOR_DOT_MINOR_VERSION_NUMBER="$(cat ./version.txt)"
99
if test -z "${{ github.event.inputs.version }}"; then
100
export VERSION_NUMBER=$MAJOR_DOT_MINOR_VERSION_NUMBER.$((`git log -n 1 --format=%ct` / (60*60*24)))
0 commit comments