Skip to content

Commit

Permalink
ci: Always set releases of Knope as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanty committed Aug 18, 2024
1 parent cfc3cca commit 0410541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add_release_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ jobs:
run: |
cd artifacts
gh release upload ${{ github.event.release.tag_name }} *
gh release edit ${{ github.event.release.tag_name }} --draft=false
gh release edit ${{ github.event.release.tag_name }} --draft=false --latest
env:
GITHUB_TOKEN: ${{ secrets.PAT }}

0 comments on commit 0410541

Please sign in to comment.