Skip to content

Commit b537f7f

Browse files
Ernest RybkaErnest Rybka
authored andcommitted
update ci
1 parent 49e5d53 commit b537f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
2020
- name: Validate version match
2121
run: |
22-
CLICKHOUSE_PLUGIN_VERSION=${{ steps.plugin_version.outputs.version }} >> $GITHUB_ENV
22+
echo "CLICKHOUSE_PLUGIN_VERSION=${{ steps.plugin_version.outputs.version }}" >> $GITHUB_ENV
2323
2424
- name: Create zip archive
2525
run: |

0 commit comments

Comments
 (0)