Skip to content

Commit

Permalink
remove beta and edge channel
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali authored Aug 9, 2024
1 parent 388d7ba commit 50ed1ac
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 @@ -38,7 +38,7 @@ jobs:
if [[ "${{ github.event.client_payload.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
elif [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then
echo "coder_version=${{ github.event.inputs.coder_version }}" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 50ed1ac

Please sign in to comment.