Skip to content

Commit 4f8cfc0

Browse files
authored
gha: remove leftovers
1 parent cd98761 commit 4f8cfc0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/packages.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -142,17 +142,3 @@ jobs:
142142
with:
143143
user: __token__
144144
password: ${{ secrets.PYPI_TOKEN }}
145-
146-
uses: snapcore/action-publish@v1
147-
if: github.event_name == 'push'
148-
with:
149-
store_login: ${{ secrets.STORE_LOGIN }}
150-
snap: ${{ steps.snapcraft.outputs.snap }}
151-
release: edge,v2/edge
152-
- name: Publish to the stable channel
153-
uses: snapcore/action-publish@v1
154-
if: ${{ github.event_name == 'release' && github.event.release.released }}
155-
with:
156-
store_login: ${{ secrets.STORE_LOGIN }}
157-
snap: ${{ steps.snapcraft.outputs.snap }}
158-
release: stable,v2/stable

0 commit comments

Comments
 (0)