diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2aec158f..8b85419b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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