From bd7c039fe031b2a18bd85d87dce669416d0f5aaf Mon Sep 17 00:00:00 2001 From: Yimura Date: Mon, 3 Jan 2022 18:08:15 +0100 Subject: [PATCH] feat(Actions): Include short SHA in tag --- .github/workflows/nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 419347f6..698e19e8 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -59,7 +59,7 @@ jobs: uses: softprops/action-gh-release@v1 with: name: Nightly ${{ steps.short_sha.outputs.sha_short }} - tag_name: nightly + tag_name: nightly_${{ steps.short_sha.outputs.sha_short }} body: | This nightly release is provided for testing purposes only, there's no warranty provided if your account gets banned online. @@ -73,4 +73,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: keep_latest: 7 - delete_tag_pattern: nightly + delete_tag_pattern: 'nightly_*'