mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-05 02:46:56 +03:00
use more appropriate step name
This commit is contained in:
parent
f165874fca
commit
0a0810f948
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -20,10 +20,10 @@ jobs:
|
||||
options: --privileged
|
||||
steps:
|
||||
|
||||
- name: Is Release
|
||||
- name: Show environment variables
|
||||
run: >
|
||||
echo ${{ env.IS_RELEASE }}
|
||||
echo ${{ env.VERSION_NUMBER }}
|
||||
echo IS_RELEASE: ${{ env.IS_RELEASE }}
|
||||
echo VERSION_NUMBER: ${{ env.VERSION_NUMBER }}
|
||||
|
||||
# https://stackoverflow.com/questions/60916931/github-action-does-the-if-have-an-else
|
||||
- name: Determine flatpak release branch
|
||||
|
Loading…
Reference in New Issue
Block a user