File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 fi
6565 continue-on-error : false
6666
67+ # Configure git for release commits
68+ - name : Configure git user
69+ if : github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master')
70+ run : |
71+ git config --global user.name "github-actions[bot]"
72+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
73+
6774 # Actual release on push (works for forks too)
6875 - name : Run Nx release (Push)
6976 if : github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master')
Original file line number Diff line number Diff line change 6851468514 "name": "MultipleProjectsWithSameNameError"
6851568515 }
6851668516 ],
68517- "computedAt": 1761656937131
68517+ "computedAt": 1761657640576
6851868518}
You can’t perform that action at this time.
0 commit comments