From 7195992073be42bc9770eb21a83de6081f325ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Tue, 5 Dec 2023 10:30:28 +0100 Subject: [PATCH] chore: make publish builds fail if publishing produces an error --- .github/workflows/desktop.release.reuse.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/desktop.release.reuse.yml b/.github/workflows/desktop.release.reuse.yml index c46d1d749..dc75fcd66 100644 --- a/.github/workflows/desktop.release.reuse.yml +++ b/.github/workflows/desktop.release.reuse.yml @@ -252,7 +252,6 @@ jobs: with: package: web desktop id: release-notes - continue-on-error: true - name: Release uses: softprops/action-gh-release@v1 @@ -266,7 +265,6 @@ jobs: files: packages/desktop/dist/* - name: Publish Snap - continue-on-error: true run: | sudo snap install snapcraft --classic snapcraft upload dist/standard-notes-${{ env.APP_VERSION }}-linux-amd64.snap --release stable,candidate,beta,edge