@@ -33,6 +33,8 @@ jobs:
run: |
git config --global user.name 'semi-bot'
git config --global user.email '[email protected]'
+ git add .
+ git commit --no-verify -m "chore: publish ${{ env.RELEASE_VERSION }}"
npm config set registry=https://registry.npmjs.org/
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
npm whoami