Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali authored Aug 9, 2024
1 parent 50ed1ac commit 5ccefe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-snaps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if [[ "${{ github.event.inputs.release_channel }}" == "stable" ]]; then
echo "release_channel=stable" >> "$GITHUB_OUTPUT"
else
echo "release_channel=candidate,beta,edge" >> "$GITHUB_OUTPUT"
echo "release_channel=candidate" >> "$GITHUB_OUTPUT"
fi
else
echo "Unknown event: ${{ github.event_name }}"
Expand Down

0 comments on commit 5ccefe9

Please sign in to comment.