Skip to content

Commit be91e58

Browse files
committed
ci: never mark 4.x as latest
1 parent d6560d8 commit be91e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
- name: Release
3737
run: |
3838
title="Andrvotr $GITHUB_REF_NAME (for IdP 4.x)"
39-
gh release create "$GITHUB_REF_NAME" --title "$title" --verify-tag andrvotr-dist/target/*.tar.gz*
39+
gh release create "$GITHUB_REF_NAME" --title "$title" --latest=false --verify-tag andrvotr-dist/target/*.tar.gz*

0 commit comments

Comments
 (0)