Skip to content

Commit

Permalink
Revert "fix: stash pnpm lockfile in publish workflow" (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored May 7, 2024
1 parent c8a5c41 commit 60c85f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
- name: Checkout Dist Branch
if: steps.version_check.outputs.changed == 'true'
run: |
git stash -- pnpm-lock.yaml
git fetch origin dist
git checkout -b dist origin/dist
Expand Down

0 comments on commit 60c85f1

Please sign in to comment.