Skip to content

Commit 4305ef1

Browse files
Ani1357local_test
andauthored
ci: fixed git config order (#2096)
Co-authored-by: local_test <local@mail.com>
1 parent b9bb9dc commit 4305ef1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/patch_rc.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@ jobs:
5353
BOT_USERNAME: ${{ vars.BOT_USERNAME }}
5454
run: |
5555
echo "Detected "feat"/"fix"/"chore: trigger" commits. Running standard-version..."
56-
npm run release -- --prerelease rc --skip.changelog
57-
5856
git config --global user.email $BOT_EMAIL
5957
git config --global user.name $BOT_USERNAME
58+
npm run release -- --prerelease rc --skip.changelog
6059
6160
git push --follow-tags
6261
TAG="v$(jq '.version' package.json -r)"

0 commit comments

Comments
 (0)