From f880714e48851c041ecb2ac67cbfd1fa89d701b9 Mon Sep 17 00:00:00 2001 From: Hunter Wittenborn Date: Sat, 22 Jun 2024 10:52:04 -0500 Subject: [PATCH] Revert back to original Snap publishing Looking at https://github.com/snapcore/action-publish, it looks like the new publishing method is supported. --- .github/workflows/deploy.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c180cfed..6969b6df 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -93,13 +93,12 @@ jobs: with: snapcraft-args: "-v" - name: Upload and release Celeste Snap - # Use commit ID to temporarily fix https://github.com/snapcore/action-publish/issues/28. - uses: snapcore/action-publish@214b86e5ca036ead1668c79afb81e550e6c54d40 + uses: snapcore/action-publish@v1 with: snap: ${{ steps.snapcraft-build.outputs.snap }} release: stable env: - SNAPCRAFT_STORE_LEGACY_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }} + SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }} deploy-flathub: runs-on: ubuntu-latest needs: [deploy-snap]