Skip to content

Commit 7c2970a

Browse files
authored
Update release-alpine.yml
removed continue-on-error removed check for PACKAGECLOUD_USERNAME existence replaced PACKAGECLOUD_USERNAME variable with qxip
1 parent 948e86c commit 7c2970a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: .github/workflows/release-alpine.yml

-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ jobs:
8686
PACKAGECLOUD-DISTRIB: any/any
8787
PACKAGECLOUD-USERNAME: qxip
8888
PACKAGECLOUD-TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
89-
continue-on-error: true
9089

9190
- name: upload rpm packagecloud
9291
if: ${{ matrix.arch != 'aarch64' && steps.checkpackagecloud.outputs.secretspresent == 'true' }}
@@ -97,7 +96,6 @@ jobs:
9796
PACKAGECLOUD-DISTRIB: rpm_any/rpm_any
9897
PACKAGECLOUD-USERNAME: qxip
9998
PACKAGECLOUD-TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
100-
continue-on-error: true
10199

102100
docker-ghcr-push:
103101
if: ${{ github.event_name != 'workflow_dispatch' }}

0 commit comments

Comments
 (0)