Skip to content

Commit d0e02ef

Browse files
committed
Update main.yml
1 parent bb2b0e9 commit d0e02ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,14 @@ jobs:
113113
${{ runner.os }}-crates-solana-v${{ env.SOLANA_VERSION }}
114114
- name: Setup git user
115115
run: |
116-
git config --global user.email "github-actions@github.com"
116+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
117117
git config --global user.name "github-actions[bot]"
118118
- name: Create Release Pull Request or Publish
119119
id: changesets
120120
uses: changesets/action@v1
121121
with:
122+
commit: "Publish a new release"
123+
title: "Publish a new release"
122124
publish: ./node_modules/.bin/changeset publish
123125
env:
124126
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)