Skip to content

Commit 6a74648

Browse files
committed
Update main.yml
1 parent 6291981 commit 6a74648

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ jobs:
112112
key: ${{ runner.os }}-crates-solana-v${{ env.SOLANA_VERSION }}-${{ hashFiles('projects/**/Cargo.lock') }}
113113
restore-keys: |
114114
${{ runner.os }}-crates-solana-v${{ env.SOLANA_VERSION }}
115+
- name: Setup git user
116+
run: |
117+
git config --global user.email "[email protected]"
118+
git config --global user.name "solana-bot"
115119
- name: Create Release Pull Request or Publish
116120
id: changesets
117121
uses: changesets/action@v1

0 commit comments

Comments
 (0)