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 bb2b0e9 commit d0e02efCopy full SHA for d0e02ef
.github/workflows/main.yml
@@ -113,12 +113,14 @@ jobs:
113
${{ runner.os }}-crates-solana-v${{ env.SOLANA_VERSION }}
114
- name: Setup git user
115
run: |
116
- git config --global user.email "github-actions@github.com"
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
117
git config --global user.name "github-actions[bot]"
118
- name: Create Release Pull Request or Publish
119
id: changesets
120
uses: changesets/action@v1
121
with:
122
+ commit: "Publish a new release"
123
+ title: "Publish a new release"
124
publish: ./node_modules/.bin/changeset publish
125
env:
126
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments