We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3bff71 commit 5d938d4Copy full SHA for 5d938d4
.github/workflows/release.yaml
@@ -62,6 +62,7 @@ jobs:
62
- name: tag
63
run: |
64
git config --local user.name ${{ github.actor }}
65
+ git config --local user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
66
67
# Add the new version in package.json file
68
sed -i "s#version\":\ \"\(.*\)\",#version\":\ \"${{ steps.TAG_UTIL.outputs.extVersion }}\",#g" package.json
0 commit comments