We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e5d53 commit b537f7fCopy full SHA for b537f7f
.github/workflows/releace.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Validate version match
21
run: |
22
- CLICKHOUSE_PLUGIN_VERSION=${{ steps.plugin_version.outputs.version }} >> $GITHUB_ENV
+ echo "CLICKHOUSE_PLUGIN_VERSION=${{ steps.plugin_version.outputs.version }}" >> $GITHUB_ENV
23
24
- name: Create zip archive
25
0 commit comments