We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98689c commit 6501fa9Copy full SHA for 6501fa9
.github/workflows/regenerate_protos_cron.yml
@@ -9,10 +9,14 @@ jobs:
9
release:
10
runs-on: ubuntu-latest
11
steps:
12
+ - id: get-repo-version
13
+ run: echo "version=$(cat ./vega-version.js)" >> $GITHUB_OUTPUT
14
- id: version
15
uses: vegaprotocol/github-action-get-vega-version@main
16
with:
17
include-preview-versions: true
18
+ previous-version: ${{ steps.get-repo-version.outputs.version }}
19
- run: echo ${{ steps.version.outputs.new-version }}
20
- run: echo ${{ steps.version.outputs.current-version }}
- - run: echo $GITHUB_OUTPUT
21
+ - run: echo "running"
22
+ if: ${{ steps.version.outputs.new-version }}
vega-version.txt
@@ -0,0 +1 @@
1
+v0.0.0
0 commit comments