Skip to content

Commit

Permalink
ci: update current vega version at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
dexturr committed May 7, 2024
1 parent d24c585 commit c30c099
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/regenerate_protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion vega-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.0
v0.76.0-preview.7

0 comments on commit c30c099

Please sign in to comment.