From c30c0996c88feea44094002885683d1cb9a2b3f0 Mon Sep 17 00:00:00 2001 From: Dexter Date: Tue, 7 May 2024 11:14:43 +0100 Subject: [PATCH] ci: update current vega version at the end --- .github/workflows/regenerate_protos.yml | 2 ++ vega-version.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/regenerate_protos.yml b/.github/workflows/regenerate_protos.yml index 1be9a5f..056af2a 100644 --- a/.github/workflows/regenerate_protos.yml +++ b/.github/workflows/regenerate_protos.yml @@ -66,3 +66,5 @@ jobs: run: gh pr create -B main -H chore/update-protos-to-${{ needs.check-for-new-version.outputs.current-version }} --title 'Update protos to version ${{ needs.check-for-new-version.outputs.current-version }}' --body 'Autocreated protos update' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: update version + run: echo ${{ needs.check-for-new-version.outputs.current-version }} > ./vega-version.txt diff --git a/vega-version.txt b/vega-version.txt index ae39fab..cd9036c 100644 --- a/vega-version.txt +++ b/vega-version.txt @@ -1 +1 @@ -v0.0.0 +v0.76.0-preview.7