Skip to content

Commit f249afa

Browse files
authored
Stop double install
1 parent 430bff0 commit f249afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131

3232
# User specified channel
3333
- name: Install Tagged Begin
34-
if: inputs.channel
34+
if: inputs.channel != 'main'
3535
run: npm i -g @begin/deploy@${{ inputs.channel }}
3636
shell: bash
3737

0 commit comments

Comments
 (0)