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 8b5eac4 commit f7b02faCopy full SHA for f7b02fa
.github/workflows/release.yml
@@ -97,6 +97,8 @@ jobs:
97
98
- name: Retrieve Version
99
run: |
100
+ git config --global user.name 'github-actions[bot]'
101
+ git config --global user.email 'github-actions[bot]@users.noreply.github.com'
102
cd ./src/http-server
103
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
104
echo "CRATE_VERSION=$(cargo tag --no-tag --no-commit -p=v ${{ inputs.version }})" >> $GITHUB_ENV
0 commit comments