Skip to content

Commit 0410541

Browse files
committed
ci: Always set releases of Knope as latest
1 parent cfc3cca commit 0410541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add_release_assets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ jobs:
7878
run: |
7979
cd artifacts
8080
gh release upload ${{ github.event.release.tag_name }} *
81-
gh release edit ${{ github.event.release.tag_name }} --draft=false
81+
gh release edit ${{ github.event.release.tag_name }} --draft=false --latest
8282
env:
8383
GITHUB_TOKEN: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)