Skip to content

Commit

Permalink
Merge pull request #3039 from MirServer/build-snap-release
Browse files Browse the repository at this point in the history
snap: remote-build is now in use
  • Loading branch information
AlanGriffiths authored Sep 14, 2023
2 parents d11b9e9 + be2cdf6 commit 156cc32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 156cc32

Please sign in to comment.