From 1cde87757fb319569e09949522b5250e47ef20ac Mon Sep 17 00:00:00 2001 From: Red and Green <62441426+RGGH@users.noreply.github.com> Date: Wed, 13 Nov 2024 20:13:40 +0000 Subject: [PATCH] Update cross_comp_ubuntu.yaml --- .github/workflows/cross_comp_ubuntu.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cross_comp_ubuntu.yaml b/.github/workflows/cross_comp_ubuntu.yaml index 8d22548..2382c6d 100644 --- a/.github/workflows/cross_comp_ubuntu.yaml +++ b/.github/workflows/cross_comp_ubuntu.yaml @@ -35,7 +35,7 @@ jobs: - name: Create a new tag id: tag run: | - TAG="v$(date +'%Y%m%d%H%M%S')" # Example tag format: vYYYYMMDDHHMMSS + TAG="Ubuntu" # Set the tag to "Ubuntu" for consistency git tag $TAG git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git git push origin $TAG @@ -65,4 +65,3 @@ jobs: tag_name: ${{ env.TAG }} # Ensure the tag is passed here too env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -