Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Dec 10, 2020
1 parent 8b100e8 commit da2ae91
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,7 @@ jobs:
electron-app/out/**/*.zip
- name: Snapcraft release
if: matrix.os == 'ubuntu-latest' && startsWith(github.ref, 'refs/tags/')
run: |
cd electron-app/out/make/snapcraft
sudo snapcraft --destructive-mode
sudo snapcraft upload --release=stable *.snap
cd ../../../../
run: sudo snapcraft upload --release=stable electron-app/out/make/*.snap
- name: Create a Sentry.io release
uses: tclindner/sentry-releases-action@v1.2.0
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit da2ae91

Please sign in to comment.