Skip to content

Commit

Permalink
Revert back to original Snap publishing
Browse files Browse the repository at this point in the history
Looking at https://github.com/snapcore/action-publish, it looks like the new publishing method is supported.
  • Loading branch information
hwittenborn committed Jun 22, 2024
1 parent a6b5b98 commit f880714
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit f880714

Please sign in to comment.