mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 06:45:38 +00:00
WORKFLOW: edited tag generator
This commit is contained in:
parent
b6b56964f6
commit
7c17706a13
6
.github/workflows/cooker.yml
vendored
6
.github/workflows/cooker.yml
vendored
|
@ -117,10 +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: Publish the flatpak in a new cooker release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag: "$(flatpak run net.retrodeck.retrodeck -v)"
|
||||
tag: "${{ steps.tag.outputs.tag }}"
|
||||
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