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 bd464d1 commit 17373cfCopy full SHA for 17373cf
.github/workflows/release.yml
@@ -17,11 +17,11 @@ jobs:
17
outputs:
18
releasePlease: ${{ toJSON(steps.releasePlease.outputs) }}
19
steps:
20
+ - uses: actions/checkout@v6
21
- name: setup git user
22
run: |
23
git config user.name "${{ github.actor }}"
24
git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
- - uses: actions/checkout@v6
25
- uses: google-github-actions/release-please-action@v4
26
name: Release Please
27
if: github.ref_name == 'main'
0 commit comments