From dd2c7a5516bd29d19eaa42dbafb38d8e0c8e8554 Mon Sep 17 00:00:00 2001 From: Dexter Date: Tue, 23 Apr 2024 20:46:09 +0700 Subject: [PATCH] ci: readjust --- .github/workflows/update-protos.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update-protos.yml b/.github/workflows/update-protos.yml index 65ae27f..15b0ec1 100644 --- a/.github/workflows/update-protos.yml +++ b/.github/workflows/update-protos.yml @@ -16,8 +16,9 @@ jobs: - run: npm install - name: Install Protoc uses: actions-gw/setup-protoc-to-env@v2 - - run: protoc \ - --plugin=protoc-gen-js="node_modules/.bin/protoc-plugin-js" \ - --js_out="." \ - -I "vendor/vega/protos/sources" \ - vega/commands/v1/transaction.proto + - run: | + protoc \ + --plugin=protoc-gen-js="node_modules/.bin/protoc-plugin-js" \ + --js_out="." \ + -I "vendor/vega/protos/sources" \ + vega/commands/v1/transaction.proto