From 2fea77a7e5622a1228c7ac804acc9c0e4fc3dbe3 Mon Sep 17 00:00:00 2001 From: Geoff Lamperd <5004980+glamperd@users.noreply.github.com> Date: Mon, 10 Jun 2024 21:04:52 +1000 Subject: [PATCH] Update setup-ceremony.yml Revert temporary version mod --- .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 0c50bc8..ccdc481 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/phase2clinpm@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