mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
WORKFLOW: version reader - fix2
This commit is contained in:
parent
c42d9f7dc0
commit
29f7e3a737
2
.github/workflows/cooker.yml
vendored
2
.github/workflows/cooker.yml
vendored
|
@ -123,7 +123,7 @@ jobs:
|
||||||
|
|
||||||
- name: Read version from version file
|
- name: Read version from version file
|
||||||
id: version
|
id: version
|
||||||
run: "##[set-output name=version;]cat $(find . -name version)"
|
run: echo "##[set-output name=version;]cat $(find . -name version)"
|
||||||
|
|
||||||
- name: Publish the flatpak in a new cooker release
|
- name: Publish the flatpak in a new cooker release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
|
|
Loading…
Reference in a new issue