浏览代码

Update main.yml

Loris Leiva 1 年之前
父节点
当前提交
6a7464888e
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .github/workflows/main.yml

+ 4 - 0
.github/workflows/main.yml

@@ -112,6 +112,10 @@ jobs:
           key: ${{ runner.os }}-crates-solana-v${{ env.SOLANA_VERSION }}-${{ hashFiles('projects/**/Cargo.lock') }}
           restore-keys: |
             ${{ runner.os }}-crates-solana-v${{ env.SOLANA_VERSION }}
+      - name: Setup git user
+        run: |
+          git config --global user.email "github@solana.com"
+          git config --global user.name "solana-bot"
       - name: Create Release Pull Request or Publish
         id: changesets
         uses: changesets/action@v1