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 368e71a commit 805bbb2Copy full SHA for 805bbb2
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Commit and tag release version
43
run: |
44
git config --global user.name "github-actions[bot]"
45
- git config --global user.name "41898282+github-actions[bot]@users.noreply.github.com"
+ git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
46
git checkout -b release-${{ github.ref_name }}
47
git add .
48
git commit -m "Prepare release ${{ github.ref_name }}"
@@ -80,7 +80,6 @@ jobs:
80
81
82
83
- git checkout -b release-${{ github.ref_name }}
84
85
git commit -m "Prepare next release v${{ env.GITHUB_MAJOR_VERSION }}.${{ env.GITHUB_MINOR_VERSION }}.0"
86
0 commit comments