Skip to content

Commit

Permalink
Last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
moicalcob committed May 29, 2024
1 parent 59f75a4 commit 119e1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ runs:
REPLICATED_API_TOKEN: ${{ inputs.replicated-api-token }}
run: |
cp carto-${{ inputs.version }}*.tgz manifests/
replicated release create --auto \
replicated release create -y --auto \
--promote "${{inputs.replicated-channel}}" \
--version "${{inputs.version}}" \
--release-notes "${{ inputs.release-notes }}"

0 comments on commit 119e1d6

Please sign in to comment.