Skip to content

Commit

Permalink
ci: snap stable deploy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yurijmikhalevich committed Aug 21, 2023
1 parent b68786d commit ec65b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_LOGIN }}
- name: Promote snaps to the stable channel
if: steps.parse_tag.outputs.is_stable_version == 'true'
if: needs.parse_tag.outputs.is_stable_version == 'true'
run: snapcraft promote --from-channel=beta --to-channel=stable --yes rclip
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_LOGIN }}
Expand Down

0 comments on commit ec65b92

Please sign in to comment.