From acb4a7321b9fc20942551b549ba9e404aec73f01 Mon Sep 17 00:00:00 2001 From: Unique Date: Thu, 22 Dec 2022 07:54:53 +0000 Subject: [PATCH] test polkadot-types workflow --- --- a/.github/workflows/polkadot-types.yml +++ b/.github/workflows/polkadot-types.yml @@ -80,7 +80,7 @@ /bin/bash ./scripts/wait_for_first_block.sh git config --global user.name "Unique" git config --global user.email github-actions@usetech.com - /bin/bash ./scripts/generate_types_package.sh --release ${{ matrix.usage }} + /bin/bash ./scripts/generate_types_package.sh --release ${{ matrix.usage }} --push env: RPC_URL: http://127.0.0.1:9933/ -- gitstuff