aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-08-17 09:03:17 +0200
committerLibravatar GitHub <noreply@github.com>2021-08-17 09:03:17 +0200
commit829c3e2dfc9e7d2f042241bfe7e22abd29d9e915 (patch)
tree0f6e0bc513092a2175e98d78ddb37b82a8956d3c /.github
parentrefactor: pull in code-cleanup changes in the recipes submodule. (diff)
downloadferdium-app-829c3e2dfc9e7d2f042241bfe7e22abd29d9e915.tar.gz
ferdium-app-829c3e2dfc9e7d2f042241bfe7e22abd29d9e915.tar.zst
ferdium-app-829c3e2dfc9e7d2f042241bfe7e22abd29d9e915.zip
build: fix snap release to snapstore only (#1809)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ferdi-builds.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml
index 42c3b6e30..7a701758e 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/ferdi-builds.yml
@@ -262,7 +262,7 @@ jobs:
262 run: | 262 run: |
263 sudo snap install snapcraft --classic 263 sudo snap install snapcraft --classic
264 echo "$SNAPCRAFT_LOGIN" | snapcraft login --with - 264 echo "$SNAPCRAFT_LOGIN" | snapcraft login --with -
265 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} -c.publish.repo=nightlies -c.snap.publish.repo=nightlies -c.snap.publish.releaseType=prerelease -c.snap.publish.channels=edge 265 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} -c.publish.repo=nightlies -c.snap.publish.provider=snapStore -c.snap.publish.repo=nightlies -c.snap.publish.channels=edge
266 snapcraft logout 266 snapcraft logout
267 shell: bash 267 shell: bash
268 - name: Build Ferdi with publish for 'release' beta branch 268 - name: Build Ferdi with publish for 'release' beta branch
@@ -274,7 +274,7 @@ jobs:
274 run: | 274 run: |
275 sudo snap install snapcraft --classic 275 sudo snap install snapcraft --classic
276 echo "$SNAPCRAFT_LOGIN" | snapcraft login --with - 276 echo "$SNAPCRAFT_LOGIN" | snapcraft login --with -
277 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} -c.publish.repo=ferdi -c.snap.publish.repo=ferdi -c.snap.publish.releaseType=prerelease -c.snap.publish.channels=beta 277 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} -c.publish.repo=ferdi -c.snap.publish.provider=snapStore -c.snap.publish.repo=ferdi -c.snap.publish.channels=beta
278 snapcraft logout 278 snapcraft logout
279 shell: bash 279 shell: bash
280 - name: Build Ferdi with publish for 'release' stable branch 280 - name: Build Ferdi with publish for 'release' stable branch
@@ -286,7 +286,7 @@ jobs:
286 run: | 286 run: |
287 sudo snap install snapcraft --classic 287 sudo snap install snapcraft --classic
288 echo "$SNAPCRAFT_LOGIN" | snapcraft login --with - 288 echo "$SNAPCRAFT_LOGIN" | snapcraft login --with -
289 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} -c.publish.repo=ferdi -c.snap.publish.repo=ferdi -c.snap.publish.releaseType=release -c.snap.publish.channels=stable 289 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} -c.publish.repo=ferdi -c.snap.publish.provider=snapStore -c.snap.publish.repo=ferdi -c.snap.publish.channels=stable
290 snapcraft logout 290 snapcraft logout
291 shell: bash 291 shell: bash
292 292