Revert "Also publish snap to beta for full release"

This reverts commit 366823cee9.
This commit is contained in:
JonnyWong16 2020-12-19 15:30:02 -08:00
parent ee68c0f622
commit 9233ed5c53
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -66,16 +66,6 @@ jobs:
snap: ${{ steps.build.outputs.snap }}
release: ${{ steps.prepare.outputs.RELEASE }}
- name: Publish Snap Package (beta)
uses: snapcore/action-publish@v1
if: >
github.event_name != 'pull_request' &&
startsWith(github.ref, 'refs/tags/') && !endsWith(github.ref, '-beta')
with:
store_login: ${{ secrets.SNAP_LOGIN }}
snap: ${{ steps.build.outputs.snap }}
release: beta
discord:
name: Discord Notification
needs: build-snap