Skip to content

Commit c44db07

Browse files
authored
Update prepare-release-pr.yml (#34)
1 parent 89ea38b commit c44db07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
BRANCH_NAME="release/v${{ steps.version.outputs.version }}"
6464
git config user.name "github-actions[bot]"
65-
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
65+
git config user.email "github-actions[bot]@users.noreply.github.com"
6666
git checkout -b "$BRANCH_NAME"
6767
git add package.json
6868
git commit -m "chore(release): v${{ steps.version.outputs.version }}"

0 commit comments

Comments
 (0)