Skip to content

Commit 0283729

Browse files
Update indus-appstore.yml
1 parent 1d57320 commit 0283729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/indus-appstore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Echo Release name
2323
run: |
24-
echo "${{ github.ref_name || github.event.inputs.version }}"
24+
echo "${{ github.event.inputs.version || github.ref_name }}"
2525
2626
- uses: robinraju/release-downloader@v1
2727
with:

0 commit comments

Comments
 (0)