From e0df49dfc2a5389958e66d4b9d05c15088703512 Mon Sep 17 00:00:00 2001 From: Geoff Lamperd <5004980+glamperd@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:27:32 +1000 Subject: [PATCH] Temp set phase2cli package to latest --- .github/workflows/setup-ceremony.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/setup-ceremony.yml b/.github/workflows/setup-ceremony.yml index 45bbbe3..2aa371f 100644 --- a/.github/workflows/setup-ceremony.yml +++ b/.github/workflows/setup-ceremony.yml @@ -113,7 +113,7 @@ jobs: # install p0tion - name: Install p0tion globally - run: npm install -g @p0tion/phase2cli + run: npm install -g @p0tion/phase2cli@0.0.0-0aa6a31 # write env to file - name: Write env locally @@ -174,4 +174,4 @@ jobs: mode: stop github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} label: ${{ needs.start-runner.outputs.label }} - ec2-instance-id: ${{ needs.start-runner.outputs.ec2-instance-id }} \ No newline at end of file + ec2-instance-id: ${{ needs.start-runner.outputs.ec2-instance-id }}