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 89ea38b commit c44db07Copy full SHA for c44db07
.github/workflows/prepare-release-pr.yml
@@ -62,7 +62,7 @@ jobs:
62
run: |
63
BRANCH_NAME="release/v${{ steps.version.outputs.version }}"
64
git config user.name "github-actions[bot]"
65
- git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
+ git config user.email "github-actions[bot]@users.noreply.github.com"
66
git checkout -b "$BRANCH_NAME"
67
git add package.json
68
git commit -m "chore(release): v${{ steps.version.outputs.version }}"
0 commit comments