mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 08:42:59 -07:00
Also publish snap to beta for full release
This commit is contained in:
parent
40e1eb9a49
commit
366823cee9
1 changed files with 10 additions and 0 deletions
10
.github/workflows/publish-snap.yml
vendored
10
.github/workflows/publish-snap.yml
vendored
|
@ -66,6 +66,16 @@ jobs:
|
||||||
snap: ${{ steps.build.outputs.snap }}
|
snap: ${{ steps.build.outputs.snap }}
|
||||||
release: ${{ steps.prepare.outputs.RELEASE }}
|
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:
|
discord:
|
||||||
name: Discord Notification
|
name: Discord Notification
|
||||||
needs: build-snap
|
needs: build-snap
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue