Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPerathoner committed Jan 8, 2023
1 parent 8b0148e commit 5f8b623
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- name: Check if beta channel # extract channel from comment: comments including "beta" will be released to the beta channel
id: beta-channel
if: contains(github.event.comment.body, '${{ env.beta-channel-name }}')
run: Echo "beta channel specified"
- name: Extract channel
id: channel
run: |
Expand Down

0 comments on commit 5f8b623

Please sign in to comment.