diff --git a/.github/workflows/setup-ceremony.yml b/.github/workflows/setup-ceremony.yml index 65c34a5..a2889f0 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 + run: npm install -g @p0tion/phase2cli@0.0.0-0aa6a31 # 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 + run: npm install -g @p0tion/phase2cli@0.0.0-0aa6a31 # write env to file - name: Write env locally