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 2a07067 commit 5c57965Copy full SHA for 5c57965
.github/workflows/prepare-release-pr.yml
@@ -59,8 +59,8 @@ jobs:
59
60
- name: Commit version change
61
run: |
62
- git config user.name "safe-formdata[bot]"
63
- git config user.email "safe-formdata[bot]@users.noreply.github.com"
+ git config user.name "github-actions[bot]"
+ git config user.email "github-actions[bot]@users.noreply.github.com"
64
git checkout -b release/v${{ steps.version.outputs.version }}
65
git add package.json
66
git commit -m "chore(release): v${{ steps.version.outputs.version }}"
0 commit comments