From ab95e07cbcbafc4e50d1172bffde10999688a750 Mon Sep 17 00:00:00 2001 From: Linus_tt <100426634+BrownNPC@users.noreply.github.com> Date: Sat, 4 May 2024 00:29:52 +0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3fe9355..dfa60d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: uses: ncipollo/release-action@v1 with: artifacts: ${{ steps.upload.outputs.artifact }} - tag: ${{ github.ref }} - name: Release ${{ github.ref }} + tag: ${{ github.run_number }} + name: Release ${{ github.run_number }} commit: ${{ github.sha }} token: ${{ secrets.GITHUB_TOKEN }}