From 76c7fc97eb187c3cc5179d18e4a5ca35100c9f7b Mon Sep 17 00:00:00 2001 From: netquick Date: Tue, 16 Jul 2024 00:25:38 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 163bb0a..f3b63c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,11 +43,13 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + tag_name: release-${{ github.run_id }}-${{ github.run_attempt }}-${{ github.run_number }}-${{ github.event_name }}-${{ github.sha }} + release_name: Release ${{ github.run_id }}-${{ github.run_attempt }}-${{ github.run_number }}-${{ github.event_name }}-${{ github.sha }} draft: false prerelease: false + + - name: Upload Release Asset uses: actions/upload-release-asset@v1 env: