TAG: fixing

This commit is contained in:
XargonWan 2024-01-23 09:53:28 +01:00
parent 02401d4c22
commit 86b5497789

View file

@ -63,10 +63,14 @@ jobs:
id: branch_name id: branch_name
run: echo "BRANCH_NAME=$(echo $GITHUB_REF | sed 's|refs/heads/||')" >> $GITHUB_ENV run: echo "BRANCH_NAME=$(echo $GITHUB_REF | sed 's|refs/heads/||')" >> $GITHUB_ENV
- name: Get date
id: date
run: echo "DATE=$(date +'%d%m%y')" >> $GITHUB_ENV
- 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}}-$(date +'%d%m%y')" tag: "${{env.BRANCH_NAME}}-${{env.DATE}}"
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}}.