diff --git a/.github/workflows/release-instances.yml b/.github/workflows/release-instances.yml index 03f88f4e6..44be2aa80 100644 --- a/.github/workflows/release-instances.yml +++ b/.github/workflows/release-instances.yml @@ -12,12 +12,9 @@ jobs: strategy: matrix: target_account: - - environment: events-committee.near + - environment: dry-run-devhub.near dry_run_command: npm run dry-run:events deploy_command: npm run deploy:events - - environment: infrastructure-committee.near - dry_run_command: npm run dry-run:infrastructure - deploy_command: npm run deploy:infrastructure environment: ${{ matrix.target_account.environment }} steps: - name: Checkout repository