Skip to content

Commit cf7abce

Browse files
committed
chore: disable QA build and bump to 1.17.1
1 parent eb33fc0 commit cf7abce

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/build-binaries.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,13 @@ jobs:
109109
cache_suffix: linux-freebsd
110110
is_qa: false
111111
generate_release_metadata: false
112-
- identifier: deb-qa
113-
electron_target: deb
114-
cache_suffix: linux-deb
115-
is_qa: true
116-
generate_release_metadata: false
112+
# Note: this deb-qa is currently broken. The deb and deb-qa are currently overwriting each others
113+
# during build-release-publish and maybe the upload-artefact too.
114+
# - identifier: deb-qa
115+
# electron_target: deb
116+
# cache_suffix: linux-deb
117+
# is_qa: true
118+
# generate_release_metadata: false
117119
name: '${{ matrix.identifier }}'
118120

119121
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "session-desktop",
33
"productName": "Session",
44
"description": "Private messaging from your desktop",
5-
"version": "1.17.0",
5+
"version": "1.17.1",
66
"license": "GPL-3.0",
77
"author": {
88
"name": "Session Foundation",

0 commit comments

Comments
 (0)