Skip to content

Commit bb324b1

Browse files
committed
Snap: Auto Release to Beta
1 parent d0b57f3 commit bb324b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,6 @@ jobs:
168168

169169
- name: Upload snap to Snap Store
170170
if: runner.os == 'Linux'
171-
run: snapcraft upload app/build/compose/binaries/main/${{ matrix.binary }}.${{ matrix.extension }}
171+
run: snapcraft upload --release=beta app/build/compose/binaries/main/${{ matrix.binary }}.${{ matrix.extension }}
172172
env:
173173
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.PROCESSING_SNAPCRAFT_TOKEN }}

0 commit comments

Comments
 (0)