From d68c20066f7386ce8198d203ad96c6477a7177c9 Mon Sep 17 00:00:00 2001 From: Geoff Lamperd Date: Mon, 10 Jun 2024 20:47:30 +1000 Subject: [PATCH] fix: revert to default version of p0tion --- .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 a2889f0..65c34a5 100644 --- a/.github/workflows/setup-ceremony.yml +++ b/.github/workflows/setup-ceremony.yml @@ -63,7 +63,7 @@ jobs: # install p0tion - name: Install p0tion globally - run: npm install -g @p0tion/phase2cli@0.0.0-0aa6a31 + run: npm install -g @p0tion/phase2cli # write env to file - name: Write env locally @@ -116,7 +116,7 @@ jobs: # install p0tion - name: Install p0tion globally - run: npm install -g @p0tion/phase2cli@0.0.0-0aa6a31 + run: npm install -g @p0tion/phase2cli # write env to file - name: Write env locally