Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
dexturr committed Apr 23, 2024
1 parent 219ab57 commit 43f7667
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: cd vendor/vega && git fetch --unshallow
- run: git tag -l
- run: git checkout tags/v0.76.0-preview.5
# - name: Pull & update submodules recursively
# run: |
# git submodule update --init --recursive
Expand All @@ -32,3 +32,4 @@ jobs:
--js_out="." \
-I "vendor/vega/protos/sources" \
vega/commands/v1/transaction.proto
- run: git status

0 comments on commit 43f7667

Please sign in to comment.