From 002ffad62f9416b747728b6ee12dfd43892d7e6d Mon Sep 17 00:00:00 2001 From: fewensa Date: Tue, 20 Aug 2024 08:44:02 +0000 Subject: [PATCH] write lock --- .github/workflows/ci.yml | 4 ++-- .github/workflows/deploy.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: |