ソースを参照

fix: publish action add changes

代强 3 年 前
コミット
dce8774fc6
1 ファイル変更2 行追加0 行削除
  1. 2 0
      .github/workflows/publish.yml

+ 2 - 0
.github/workflows/publish.yml

@@ -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