From 126c52a84265be2d7f6a7e14da3c257919d8b427 Mon Sep 17 00:00:00 2001 From: Arka Haldi <47897466+Arka-h@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:43:19 +0530 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 a28435e..f9e395d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,8 +26,8 @@ jobs: uses: softprops/action-gh-release@v1 with: name: Resume compiled on ${{ steps.time.outputs.time }} - # tag_name: ${{ steps.time.outputs.time }} - tag_name: "latest" + tag_name: ${{ steps.time.outputs.time }} + # tag_name: "latest" - name: Upload Release Asset id: upload-release-asset uses: actions/upload-release-asset@v1