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]