diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96a967f..708e719 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: # - main env: - HELIXBRIDGE_CLI_VERSION: sha-2f6ec67 + HELIXBRIDGE_CLI_VERSION: sha-33f7a0b jobs: check: @@ -28,7 +28,7 @@ jobs: -e FORCE_COLOR=1 \ -e SIGNER=${{ secrets.SIGNER }} \ ghcr.io/helix-bridge/helixbridge-cli:${HELIXBRIDGE_CLI_VERSION} \ - register --verbose --datadir=/relayer --group=itering + register --verbose --write-lock --datadir=/relayer --group=itering - name: Check configure run: | diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a033fff..c929293 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: env: - HELIXBRIDGE_CLI_VERSION: sha-2f6ec67 + HELIXBRIDGE_CLI_VERSION: sha-33f7a0b jobs: deploy: @@ -23,7 +23,7 @@ jobs: -e FORCE_COLOR=1 \ -e SIGNER=${{ secrets.SIGNER }} \ ghcr.io/helix-bridge/helixbridge-cli:${HELIXBRIDGE_CLI_VERSION} \ - register --verbose --accept --datadir=/relayer --group=itering + register --verbose --accept --write-lock --datadir=/relayer --group=itering - name: Generate configure run: |