Skip to content

Commit

Permalink
Let snap deployment fail, since snapcraft is currently broken (#2588)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Aug 19, 2022
1 parent 892a4dc commit 7f213d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
uses: snapcore/action-publish@v1
continue-on-error: true
env:
# `snapcraft export-login --snaps qownnotes --channels edge,stable -`, token valid for one year
# `snapcraft export-login --snaps=qownnotes --acls package_access,package_push,package_update,package_release -`, token valid for one year
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_TOKEN_GH }}
with:
snap: /home/runner/work/QOwnNotes/QOwnNotes/qownnotes_${{ env.VERSION }}_amd64.snap
Expand All @@ -231,10 +231,10 @@ jobs:
with:
name: snapcraft-logs
path: /home/runner/.cache/snapcraft/log/snapcraft-*.log
- if: contains( matrix.os, 'ubuntu-18') && !matrix.app-image
name: Fail
shell: bash
run: curl --fail
# - if: contains( matrix.os, 'ubuntu-18') && !matrix.app-image
# name: Fail
# shell: bash
# run: curl --fail

# - if: contains( matrix.os, 'ubuntu-18') && !matrix.app-image
# name: Deploy Snap
Expand Down

0 comments on commit 7f213d4

Please sign in to comment.