Skip to content

Commit

Permalink
disable mark latest in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Griggio committed Oct 27, 2024
1 parent b4873e6 commit 35bcb54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,5 @@ jobs:
tag: ${{ env.RELEASE_TAG }}
body: ${{ env.RELEASE_TAG }}
allowUpdates: true
makeLatest: true
# makeLatest: true
artifacts: ${{ env.ARTIFACT_NAME }}
2 changes: 1 addition & 1 deletion .github/workflows/windows_x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,5 @@ jobs:
tag: ${{ env.RELEASE_TAG }}
body: ${{ env.RELEASE_TAG }}
allowUpdates: true
makeLatest: true
# makeLatest: true
artifacts: ${{ env.ARTIFACT_NAME }}

0 comments on commit 35bcb54

Please sign in to comment.