Skip to content

Commit 667922f

Browse files
authored
fix(cd): skip git config on tag's dry-run
1 parent a355a20 commit 667922f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ 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'
102100
cd ./src/http-server
103101
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
104102
echo "CRATE_VERSION=$(cargo tag --dry-run -p=v ${{ inputs.version }})" >> $GITHUB_ENV

0 commit comments

Comments
 (0)