Snap: Auto Release to Beta

This commit is contained in:
Stef Tervelde
2025-03-13 12:14:16 +01:00
parent d0b57f3a95
commit bb324b1c84

View File

@@ -168,6 +168,6 @@ jobs:
- name: Upload snap to Snap Store
if: runner.os == 'Linux'
run: snapcraft upload app/build/compose/binaries/main/${{ matrix.binary }}.${{ matrix.extension }}
run: snapcraft upload --release=beta app/build/compose/binaries/main/${{ matrix.binary }}.${{ matrix.extension }}
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.PROCESSING_SNAPCRAFT_TOKEN }}