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.
2 parents 1c955c8 + 665b304 commit 3712a61Copy full SHA for 3712a61
1 file changed
.github/workflows/publish-documentation.yml
@@ -40,7 +40,7 @@ jobs:
40
cp -R build/dokka/gfmMultiModule docs/kdoc
41
cp -R build/dokka/htmlMultiModule docs/kdoc/api
42
- name: 'Set version'
43
- run: echo "VERSION=$(grep -hnr 'pushiko.versionName' gradle.properties | sed 's/.*=//')" >> $GITHUB_ENV
+ run: echo "VERSION=$(grep -hnr 'pushiko.version' gradle.properties | sed 's/.*=//')" >> $GITHUB_ENV
44
- name: 'Mkdocs'
45
run: |
46
git fetch origin gh-pages:gh-pages
0 commit comments