Skip to content

Commit

Permalink
Changes tag for automatic releases
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdiazangulo committed Jun 20, 2024
1 parent bd7274f commit 45ad68b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-release-ubuntu-gnu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automatic-release-windows-intelLLVM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 45ad68b

Please sign in to comment.