Skip to content

Commit 3c038d4

Browse files
committed
Continue on APT publish error so brew step still runs
1 parent a8a2848 commit 3c038d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050

5151
- name: Publish to APT (gitte-ppa.cego.dk)
5252
if: github.ref_type == 'tag'
53+
continue-on-error: true
5354
env:
5455
VERSION: ${{ github.ref_name }}
5556
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)