diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 64c7dda..a5eb575 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,6 +23,8 @@ jobs: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --global user.name "GitHub Actions" - run: npm ci + - run: git status + - run: git reset --hard - run: npm version patch - run: npm publish --provenance --access public env: