Skip to content

Commit

Permalink
Revert "chore(workflow+temp): disable failing step"
Browse files Browse the repository at this point in the history
This reverts commit 28dbb95.
  • Loading branch information
moughxyz committed Jul 6, 2022
1 parent c8ca316 commit a900f8b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/desktop.release.reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,11 @@ jobs:
token: ${{ secrets.CI_PAT_TOKEN }}
repository: ${{ secrets.RELEASES_EVENT_RECEIVING_REPO }}
event-type: releases-updated-event

- name: Publish Snap
continue-on-error: true
run: |
sudo snap install snapcraft --classic
echo "${{ secrets.SNAPCRAFT_LOGIN_FILE }}" >> snapauth.txt
snapcraft login --with=snapauth.txt
snapcraft upload dist/standard-notes-${{ steps.package-version.outputs.current-version}}-linux-amd64.snap

0 comments on commit a900f8b

Please sign in to comment.