Skip to content

Commit 3712a61

Browse files
Fix reading the Pushiko version when publishing docs (#86)
2 parents 1c955c8 + 665b304 commit 3712a61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cp -R build/dokka/gfmMultiModule docs/kdoc
4141
cp -R build/dokka/htmlMultiModule docs/kdoc/api
4242
- name: 'Set version'
43-
run: echo "VERSION=$(grep -hnr 'pushiko.versionName' gradle.properties | sed 's/.*=//')" >> $GITHUB_ENV
43+
run: echo "VERSION=$(grep -hnr 'pushiko.version' gradle.properties | sed 's/.*=//')" >> $GITHUB_ENV
4444
- name: 'Mkdocs'
4545
run: |
4646
git fetch origin gh-pages:gh-pages

0 commit comments

Comments
 (0)