Skip to content

Commit

Permalink
Merge pull request #722 from clrfund/fix/mantle-new-registry-action
Browse files Browse the repository at this point in the history
Fix mantle testnet action and task description
  • Loading branch information
yuetloo authored Dec 5, 2023
2 parents 082327c + fd9a03e commit 443f899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mantle_new_recipient_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
WALLET_PRIVATE_KEY: ${{ secrets.MANTLE_TESTNET_COORDINATOR_WALLET_PRIVATE_KEY }}

jobs:
create-new-round:
new-recipient-registry:
runs-on: ubuntu-22.04
steps:
- name: Use Node.js ${{ env.NODE_VERSION }}
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Build CLR
run: |
yarn && yarn build
- name: Run create new round script
- name: Create new recipient registry
run: |
cd contracts
export FACTORY_ADDRESS="${{ github.event.inputs.factory }}"
Expand Down

0 comments on commit 443f899

Please sign in to comment.