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 872d896 commit 418b9e3Copy full SHA for 418b9e3
.github/workflows/bump-version.yml
@@ -38,6 +38,10 @@ jobs:
38
actions: "read"
39
id-token: "write"
40
steps:
41
+ - name: Settings git
42
+ run: |
43
+ git config --global user.email "[email protected]"
44
+ git config --global user.name "GitHub Actions"
45
- name: Checkout repository
46
uses: actions/checkout@v4
47
with:
@@ -47,8 +51,5 @@ jobs:
51
- name: Npm install
48
52
uses: ./.github/actions
49
53
- name: Bump version
50
- run: |
- git config --global user.email "[email protected]"
- git config --global user.name "GitHub Actions"
54
npx nx release --skip-publish --projects=${{ inputs.projects }} --dry-run=${{ inputs.dry-run }}
55
shell: bash
0 commit comments