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 5ac7e7f commit 0410b07Copy full SHA for 0410b07
.github/workflows/access-token-management-release.yml
@@ -37,8 +37,8 @@ jobs:
37
38
- name: Tag
39
run: |
40
- git config --global user.email "github-bot@duendesoftware.com"
41
- git config --global user.name "Duende Software GitHub Bot"
+ git config --global user.email "noreply@duendesoftware.com"
+ git config --global user.name "Duende Software"
42
git tag -a atm-${{ github.event.inputs.version }} -m "Release v${{ github.event.inputs.version }}"
43
git push origin atm-${{ github.event.inputs.version }}
44
0 commit comments