From 80cf4c2c03264135fbd94096cfdf705f0288e29b Mon Sep 17 00:00:00 2001 From: Maksim Gruzdev Date: Sun, 26 Jan 2025 14:09:19 +0300 Subject: [PATCH] debug publish --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) 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: