ソースを参照

chore(ci): Configure Git user for automated version commits in NPM publish workflow

David Höck 7 ヶ月 前
コミット
73622767d0
1 ファイル変更5 行追加0 行削除
  1. 5 0
      .github/workflows/publish_master_to_npm.yml

+ 5 - 0
.github/workflows/publish_master_to_npm.yml

@@ -35,6 +35,11 @@ jobs:
               id: date
               run: echo "date=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT
 
+            - name: Configure Git
+              run: |
+                  git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
+                  git config --global user.name "github-actions[bot]"
+
             - name: Version and build packages
               run: |
                   # Get the current version from lerna.json