diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ebe13b..5fd7216 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,6 +70,7 @@ jobs: git config user.email "actions@github.com" npm version $NEW_VERSION --no-commit-hooks + git add package.json package-lock.json git commit -m "CI: update to $NEW_VERSION [ci skip]" --author . git push origin npm publish --access public