diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4408f8fd..dc1d95cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,6 +50,9 @@ jobs: - name: Update NPM run: sudo npm i -g npm@latest + - name: Print NPM Version + run: npm --version + - name: Configure Git run: | git config user.name 'github-actions[bot]'