Skip to content

Commit 653b28c

Browse files
authored
Update release.yml
1 parent 9aee32e commit 653b28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
resolve-version:
3232
uses: ./.github/workflows/resolve-version.yml
3333
with:
34-
desired-version: ${{ github.event.release.tag_name | github.event.inputs.version }}
34+
desired-version: ${{ github.event.release.tag_name || github.event.inputs.version }}
3535

3636
build:
3737
name: Build Dokka

0 commit comments

Comments
 (0)