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 1d57320 commit 0283729Copy full SHA for 0283729
.github/workflows/indus-appstore.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Echo Release name
23
run: |
24
- echo "${{ github.ref_name || github.event.inputs.version }}"
+ echo "${{ github.event.inputs.version || github.ref_name }}"
25
26
- uses: robinraju/release-downloader@v1
27
with:
0 commit comments