diff --git a/.github/workflows/deploy-treasury-factory-contract.yml b/.github/workflows/deploy-treasury-factory-contract.yml index cbba2545..27dbcc41 100644 --- a/.github/workflows/deploy-treasury-factory-contract.yml +++ b/.github/workflows/deploy-treasury-factory-contract.yml @@ -15,7 +15,7 @@ jobs: run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/latest/download/cargo-near-installer.sh | sh - name: Deploy run: | - cargo build + cargo build # TODO: Remove this step once https://github.com/near/cargo-near/issues/287 is fixed cargo near deploy build-non-reproducible-wasm "${{ vars.NEAR_SOCIAL_ACCOUNT_ID }}" \ without-init-call \ network-config mainnet \