chore: make publish builds fail if publishing produces an error

This commit is contained in:
Karol Sójko
2023-12-05 10:30:28 +01:00
parent 3791bb2b5a
commit 7195992073

View File

@@ -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