Skip to content

Commit

Permalink
fix(ci): move actions from snapcore to canonical (#1916)
Browse files Browse the repository at this point in the history
The `snapcore/action-publish` action no longer has tags, so we need to
switch it over. Might as well do the build one too.
  • Loading branch information
lengau committed Sep 24, 2024
1 parent b6fbbe9 commit 97c8559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
with:
fetch-depth: 0
- name: Build snap
uses: snapcore/action-build@v1
uses: canonical/action-build@v1
id: snapcraft
- name: Upload snap artifact
uses: actions/upload-artifact@v4
Expand All @@ -152,7 +152,7 @@ jobs:
fi
- name: Publish feature branch to edge/${{ steps.vars.outputs.branch }}
if: ${{ env.SNAPCRAFT_STORE_CREDENTIALS != '' }}
uses: snapcore/action-publish@v1
uses: canonical/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
with:
Expand Down

0 comments on commit 97c8559

Please sign in to comment.