Skip to content

Commit

Permalink
Remove publish snap step from release since it's now built on snapcra…
Browse files Browse the repository at this point in the history
…ft.io
  • Loading branch information
xeco23 committed Oct 20, 2024
1 parent f0f5ec2 commit 5b0f667
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,3 @@ jobs:
asset_path: "wasistlos-${{ env.RELEASE_VERSION }}-x86_64.AppImage"
asset_name: "wasistlos-${{ env.RELEASE_VERSION }}-x86_64.AppImage"
asset_content_type: application/appimage

- name: Publish Snap to Store
id: snapcraft-publish
uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
with:
snap: ${{ steps.snapcraft.outputs.snap }}
release: stable

0 comments on commit 5b0f667

Please sign in to comment.