summaryrefslogtreecommitdiffstats
path: root/.github/workflows/builds.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/builds.yml')
-rw-r--r--.github/workflows/builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index b37e9008b..914f2fefd 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -256,7 +256,7 @@ jobs:
256 # echo "$SNAPCRAFT_LOGIN" | snapcraft login --with - 256 # echo "$SNAPCRAFT_LOGIN" | snapcraft login --with -
257 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} 257 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }}
258 # -c.snap.publish.provider=snapStore -c.snap.publish.repo=nightlies -c.snap.publish.channels=edge 258 # -c.snap.publish.provider=snapStore -c.snap.publish.repo=nightlies -c.snap.publish.channels=edge
259 snapcraft logout 259 # snapcraft logout
260 shell: bash 260 shell: bash
261 - name: Build Ferdium with publish for 'release' beta branch 261 - name: Build Ferdium with publish for 'release' beta branch
262 if: ${{ env.GIT_BRANCH_NAME == 'release' && contains(env.PACKAGE_VERSION, 'beta') }} 262 if: ${{ env.GIT_BRANCH_NAME == 'release' && contains(env.PACKAGE_VERSION, 'beta') }}