From be2cdf66e79204b13b8b25a3b8f5c214a73e8ebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sawicz=20=28Saviq=29?= Date: Thu, 14 Sep 2023 09:05:06 +0200 Subject: [PATCH] snap: remote-build is now in use --- .github/workflows/snap.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snap.yml b/.github/workflows/snap.yml index 66940cadfaa..276d96bc3e9 100644 --- a/.github/workflows/snap.yml +++ b/.github/workflows/snap.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 # needed for version determination - name: Build and publish the snap - uses: canonical/actions/build-snap@remote-build + uses: canonical/actions/build-snap@release with: architecture: ${{ matrix.architecture }} snapcraft-token: ${{ secrets.SNAPCRAFT_TOKEN }} @@ -85,7 +85,7 @@ jobs: sed -i 's@- mir-libs.*$@\0/pr${{ github.event.number }}@' snap/snapcraft.yaml - name: Build and publish the snap - uses: canonical/actions/build-snap@remote-build + uses: canonical/actions/build-snap@release with: architecture: ${{ matrix.architecture }} review-opts: ${{ matrix.review-opts }}