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 9aee32e commit 653b28cCopy full SHA for 653b28c
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
resolve-version:
32
uses: ./.github/workflows/resolve-version.yml
33
with:
34
- desired-version: ${{ github.event.release.tag_name | github.event.inputs.version }}
+ desired-version: ${{ github.event.release.tag_name || github.event.inputs.version }}
35
36
build:
37
name: Build Dokka
0 commit comments