Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <[email protected]>
  • Loading branch information
mr-cal committed Nov 10, 2024
1 parent acce06a commit 734a986
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ jobs:
artifacts: ${{ env.deb_file }}
token: ${{ secrets.GITHUB_TOKEN }}
tag: "latest"
removeArtifacts: true
replacesArtifacts: true
allowUpdates: true

0 comments on commit 734a986

Please sign in to comment.