Skip to content

Commit

Permalink
fix: revert to default version of p0tion
Browse files Browse the repository at this point in the history
  • Loading branch information
glamperd committed Jun 10, 2024
1 parent debd94a commit d68c200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup-ceremony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d68c200

Please sign in to comment.