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 c79bfa6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Build and Release DEB

on:
push:
branches:
- main
workflow_dispatch:
tags:
- '*'

jobs:
build:
Expand All @@ -27,4 +26,6 @@ jobs:
with:
artifacts: ${{ env.deb_file }}
token: ${{ secrets.GITHUB_TOKEN }}
tag: "latest"
removeArtifacts: true
replacesArtifacts: true
allowUpdates: true

0 comments on commit c79bfa6

Please sign in to comment.