Skip to content

Commit f7b02fa

Browse files
authored
fix(cd): introduce git config
1 parent 8b5eac4 commit f7b02fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ jobs:
9797
9898
- name: Retrieve Version
9999
run: |
100+
git config --global user.name 'github-actions[bot]'
101+
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
100102
cd ./src/http-server
101103
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
102104
echo "CRATE_VERSION=$(cargo tag --no-tag --no-commit -p=v ${{ inputs.version }})" >> $GITHUB_ENV

0 commit comments

Comments
 (0)