Fixed release tag

This commit is contained in:
XargonWan 2024-01-23 09:47:57 +01:00
parent 101e7c07c4
commit 02401d4c22

View file

@ -66,7 +66,7 @@ jobs:
- name: Publish the artifacts in a release - name: Publish the artifacts in a release
uses: ncipollo/release-action@v1 uses: ncipollo/release-action@v1
with: with:
tag: "${{env.BRANCH_NAME}}-${{ env.buildid }}" tag: "${{env.BRANCH_NAME}}-$(date +'%d%m%y')"
body: | body: |
# Release Notes (Cooker) # Release Notes (Cooker)
These are the artifact of RetroDECK MAME, commit: ${{ github.event.repository.full_name }}@${{github.sha}}. These are the artifact of RetroDECK MAME, commit: ${{ github.event.repository.full_name }}@${{github.sha}}.