From b670a4cee63957ed8e5c2b586695e343ece7a2b9 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 14 Nov 2022 21:40:53 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7944b3c4..1f198579 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -727,11 +727,6 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v3 - - name: Set datetime version string - id: dateversion - run: | - echo "dateversion=$(date +'%Y%m%d.%k%M%S')" >> $GITHUB_OUTPUT - - name: VirusTotal Scan uses: crazy-max/ghaction-virustotal@v3 with: @@ -743,9 +738,8 @@ jobs: name: Publish draft release with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: ${{ steps.dateversion.outputs.dateversion }} + automatic_release_tag: latest prerelease: false draft: true - title: "GAM ${{ steps.dateversion.outputs.dateversion }}" files: | gam-binaries/*