Skip to content

Commit 418b9e3

Browse files
committed
ci: try fix bump version gain 3
1 parent 872d896 commit 418b9e3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/bump-version.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
actions: "read"
3939
id-token: "write"
4040
steps:
41+
- name: Settings git
42+
run: |
43+
git config --global user.email "[email protected]"
44+
git config --global user.name "GitHub Actions"
4145
- name: Checkout repository
4246
uses: actions/checkout@v4
4347
with:
@@ -47,8 +51,5 @@ jobs:
4751
- name: Npm install
4852
uses: ./.github/actions
4953
- name: Bump version
50-
run: |
51-
git config --global user.email "[email protected]"
52-
git config --global user.name "GitHub Actions"
5354
npx nx release --skip-publish --projects=${{ inputs.projects }} --dry-run=${{ inputs.dry-run }}
5455
shell: bash

0 commit comments

Comments
 (0)