Skip to content

Commit 064fb3e

Browse files
committed
Ensures channel on alternate release
1 parent 87b5041 commit 064fb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ runs:
9999
id: 'create-release'
100100
uses: docker://replicated/vendor-cli:latest
101101
with:
102-
args: release create --yaml-dir ${{ inputs.yaml-dir }} --promote ${{ env.CHANNEL_NAME }} --version ${{ env.APP_VERSION }}
102+
args: release create --ensure-channel --yaml-dir ${{ inputs.yaml-dir }} --promote ${{ env.CHANNEL_NAME }} --version ${{ env.APP_VERSION }}
103103
env:
104104
REPLICATED_API_TOKEN: ${{ inputs.api-token }}
105105
REPLICATED_APP: ${{ inputs.app-slug }}

0 commit comments

Comments
 (0)