Skip to content

Commit

Permalink
ci: correct file name
Browse files Browse the repository at this point in the history
  • Loading branch information
dexturr committed May 7, 2024
1 parent 6501fa9 commit ade7b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regenerate_protos_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: get-repo-version
run: echo "version=$(cat ./vega-version.js)" >> $GITHUB_OUTPUT
run: echo "version=$(cat ./vega-version.txt)" >> $GITHUB_OUTPUT
- id: version
uses: vegaprotocol/github-action-get-vega-version@main
with:
Expand Down

0 comments on commit ade7b1d

Please sign in to comment.