mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-30 11:38:36 -07:00
Revert "Also publish snap to beta for full release"
This reverts commit 366823cee9
.
This commit is contained in:
parent
ee68c0f622
commit
9233ed5c53
1 changed files with 0 additions and 10 deletions
10
.github/workflows/publish-snap.yml
vendored
10
.github/workflows/publish-snap.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue