Skip to content

Commit 49e5d53

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/releace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
2424
- name: Create zip archive
2525
run: |
26-
zip -r grafana-clickhouse-datasource-$CLICKHOUSE_PLUGIN_VERSION.zip grafana-clickhouse-datasource
26+
zip -r grafana-clickhouse-datasource-${{ env.CLICKHOUSE_PLUGIN_VERSION }}.zip grafana-clickhouse-datasource
2727
2828
- name: Upload Release Asset
2929
uses: softprops/action-gh-release@v1
3030
with:
31-
files: grafana-clickhouse-datasource-$CLICKHOUSE_PLUGIN_VERSION.zip
31+
files: grafana-clickhouse-datasource-${{ env.CLICKHOUSE_PLUGIN_VERSION }}.zip
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)