From 4d270eb6eb4b6dc659b7d0223ea4c5fc431279ce Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Tue, 28 Sep 2021 11:30:40 +0530 Subject: chore: merge the nightly builds into the main 'ferdi' project (#1996) --- .github/workflows/ferdi-builds.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml index f0b6d7900..199ec95bf 100644 --- a/.github/workflows/ferdi-builds.yml +++ b/.github/workflows/ferdi-builds.yml @@ -171,7 +171,7 @@ jobs: shell: bash - name: Build Ferdi with publish for 'nightly' branch if: ${{ env.GIT_BRANCH_NAME == 'nightly' }} - run: npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} -c.publish.repo=nightlies + run: npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} shell: bash env: GH_TOKEN: ${{ secrets.FERDI_PUBLISH_TOKEN }} @@ -285,7 +285,7 @@ jobs: run: | sudo snap install snapcraft --classic echo "$SNAPCRAFT_LOGIN" | snapcraft login --with - - 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 + npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} -c.snap.publish.provider=snapStore -c.snap.publish.repo=nightlies -c.snap.publish.channels=edge snapcraft logout shell: bash - name: Build Ferdi with publish for 'release' beta branch @@ -404,7 +404,7 @@ jobs: shell: bash - name: Build Ferdi with publish for 'nightly' branch if: ${{ env.GIT_BRANCH_NAME == 'nightly' }} - run: npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} -c.publish.repo=nightlies + run: npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} shell: bash env: GH_TOKEN: ${{ secrets.FERDI_PUBLISH_TOKEN }} -- cgit v1.2.3-54-g00ecf