fix create release

This commit is contained in:
Max K 2024-07-19 12:05:19 +02:00
parent 5d09f205e5
commit 3b84288577

View File

@ -39,6 +39,6 @@ jobs:
uses: ./.github/actions/release
with:
ref: ${{ inputs.ref }}
type: inputs.type
type: ${{ inputs.type }}
dry-run: ${{ inputs.dry-run }}
token: ${{secrets.ROBOT_CLICKHOUSE_COMMIT_TOKEN}}