Skip to content

Commit

Permalink
Fix dev logic
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Aug 12, 2024
1 parent d150c55 commit 8aaafa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_to_ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
node-version: 12.x
- run: |
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
npm run prepublish:dev
else
npm run prepublish
else
npm run prepublish:dev
fi
- name: Upload to IPFS
id: upload_to_ipfs
Expand Down

0 comments on commit 8aaafa8

Please sign in to comment.