Skip to content

Commit 95d2309

Browse files
committed
set git config before calling npm version
1 parent 6f12978 commit 95d2309

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
node-version: '20.7.0'
2828
registry-url: 'https://registry.npmjs.org'
2929
cache: 'npm'
30-
- run: npm version ${{ inputs.level }}
3130
- name: git config
3231
run: |
3332
git config user.name 'Warwick ✠'
3433
git config user.email warwick@globalworldwide.com
34+
- run: npm version ${{ inputs.level }}
3535
- run: git push origin --follow-tags

0 commit comments

Comments
 (0)