Skip to content

Commit

Permalink
Add temporary workaround for Snap publishing
Browse files Browse the repository at this point in the history
skip-ci: create-release
skip-ci: deploy-mpr
  • Loading branch information
hwittenborn committed Jun 21, 2024
1 parent 3637e4b commit 2016643
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ jobs:
with:
snapcraft-args: "-v"
- name: Upload and release Celeste Snap
uses: snapcore/action-publish@v1
# Use commit ID to temporarily fix https://github.com/snapcore/action-publish/issues/28.
uses: snapcore/action-publish@214b86e5ca036ead1668c79afb81e550e6c54d40
with:
snap: ${{ steps.snapcraft-build.outputs.snap }}
release: stable
Expand Down

0 comments on commit 2016643

Please sign in to comment.