diff --git a/.github/workflows/release-and-publish-npm.yml b/.github/workflows/release-and-publish-npm.yml index 3dd881b..19fb20f 100644 --- a/.github/workflows/release-and-publish-npm.yml +++ b/.github/workflows/release-and-publish-npm.yml @@ -31,6 +31,8 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: npm ci + - name: Check Git Status + run: git status - name: Build and release tag run: npm run release env: