From 45ad68bd237f9fbd26f57fa37307d7c41550b44a Mon Sep 17 00:00:00 2001 From: Luis Manuel Diaz Angulo Date: Thu, 20 Jun 2024 08:37:49 +0200 Subject: [PATCH] Changes tag for automatic releases --- .github/workflows/automatic-release-ubuntu-gnu.yml | 2 +- .github/workflows/automatic-release-windows-intelLLVM.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automatic-release-ubuntu-gnu.yml b/.github/workflows/automatic-release-ubuntu-gnu.yml index 162e4c23..419abd21 100644 --- a/.github/workflows/automatic-release-ubuntu-gnu.yml +++ b/.github/workflows/automatic-release-ubuntu-gnu.yml @@ -54,7 +54,7 @@ jobs: uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "latest-ubuntu-gnu" + automatic_release_tag: "{{ steps.date.outputs.date }}-ubuntu-gnu" prerelease: false title: "${{ steps.date.outputs.date }} Ubuntu GNU dev. build" files: | diff --git a/.github/workflows/automatic-release-windows-intelLLVM.yml b/.github/workflows/automatic-release-windows-intelLLVM.yml index 1245f370..16125566 100644 --- a/.github/workflows/automatic-release-windows-intelLLVM.yml +++ b/.github/workflows/automatic-release-windows-intelLLVM.yml @@ -74,7 +74,7 @@ jobs: uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "latest-windows-intelLLVM" + automatic_release_tag: "${{ steps.date.outputs.date }}-windows-intelLLVM" prerelease: false title: "${{ steps.date.outputs.date }} Windows Intel LLVM dev. build" files: |