mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
Fixed tag generator in cooker.yml
This commit is contained in:
parent
14c44e6496
commit
8b055002b2
6
.github/workflows/cooker.yml
vendored
6
.github/workflows/cooker.yml
vendored
|
@ -42,10 +42,14 @@ jobs:
|
||||||
sudo flatpak-builder --repo=local --force-clean localrepo com.xargon.retrodeck.yml
|
sudo flatpak-builder --repo=local --force-clean localrepo com.xargon.retrodeck.yml
|
||||||
sudo flatpak build-bundle local RetroDECK.flatpak com.xargon.retrodeck
|
sudo flatpak build-bundle local RetroDECK.flatpak com.xargon.retrodeck
|
||||||
|
|
||||||
|
- name: Get date for artifacts
|
||||||
|
id: date
|
||||||
|
run: echo "::set-output name=date::$(date +'%Y%m%d_%H%M')"
|
||||||
|
|
||||||
- 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
|
||||||
with:
|
with:
|
||||||
tag: "${{ steps.version.outputs.version }}"
|
tag: "${{ steps.date.outputs.date }}"
|
||||||
body: |
|
body: |
|
||||||
# Release Notes (Cooker)
|
# Release Notes (Cooker)
|
||||||
This is a cooker snapshot based on the commit: ${{ github.event.repository.full_name }}@${{github.sha}}.
|
This is a cooker snapshot based on the commit: ${{ github.event.repository.full_name }}@${{github.sha}}.
|
||||||
|
|
Loading…
Reference in a new issue