Skip to content

Commit

Permalink
publish snap to edge/beta at the same time to avoid error (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
plars authored Jan 17, 2025
1 parent b76abf9 commit 3d4b851
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/cli-publish-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,4 @@ jobs:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
with:
snap: ${{ steps.build.outputs.snap }}
release: edge
- uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
with:
snap: ${{ steps.build.outputs.snap }}
release: beta
release: "edge,beta"

0 comments on commit 3d4b851

Please sign in to comment.