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 00fa069 commit 40e80c5Copy full SHA for 40e80c5
.github/workflows/release-on-npm.yaml
@@ -15,8 +15,8 @@ jobs:
15
16
- name: Configure Git
17
run: |
18
- git config --global user.email ""
19
- git config --global user.name "Symfony"
+ git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
+ git config --global user.name "github-actions[bot]"
20
21
- name: Extract version from tag
22
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
0 commit comments