Skip to content

Commit 89f3c51

Browse files
authored
Update release.yml
omg!
1 parent 6a43993 commit 89f3c51

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
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Determine Tag
2020
id: get_tag
21-
run: echo "::set-output name=tag::${{ github.ref_name || github.event.inputs.release_version }}"
21+
run: echo "::set-output name=tag::${{ github.event.inputs.release_version || github.ref_name }}"
2222

2323
- name: Create Release
2424
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)