mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
WORKFLOW: fixed version reader
This commit is contained in:
parent
eddfd1d757
commit
d91e3153ea
8
.github/workflows/cooker.yml
vendored
8
.github/workflows/cooker.yml
vendored
|
@ -117,14 +117,14 @@ jobs:
|
|||
# run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
|
||||
# id: extract_branch
|
||||
|
||||
- name: Generate tag
|
||||
id: tag
|
||||
run: "##[set-output name=tag;]echo $(flatpak run net.retrodeck.retrodeck -v)"
|
||||
- name: Read version from version file
|
||||
id: version
|
||||
run: "##[set-output name=version;]cat $(find . -name version)"
|
||||
|
||||
- name: Publish the flatpak in a new cooker release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag: "${{ steps.tag.outputs.tag }}"
|
||||
tag: "${{ steps.version.outputs.version }}"
|
||||
body: |
|
||||
# Release Notes (Cooker)
|
||||
This is a cooker snapshot based on the commit: ${{ github.event.repository.full_name }}@${{github.sha}}.
|
||||
|
|
Loading…
Reference in a new issue