We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6291981 commit 6a74648Copy full SHA for 6a74648
.github/workflows/main.yml
@@ -112,6 +112,10 @@ jobs:
112
key: ${{ runner.os }}-crates-solana-v${{ env.SOLANA_VERSION }}-${{ hashFiles('projects/**/Cargo.lock') }}
113
restore-keys: |
114
${{ 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"
119
- name: Create Release Pull Request or Publish
120
id: changesets
121
uses: changesets/action@v1
0 commit comments