We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2176d18 commit 590a39dCopy full SHA for 590a39d
.github/workflows/create-tag-on-merge.yml
@@ -96,6 +96,8 @@ jobs:
96
env:
97
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
98
run: |
99
+ git config --global user.name 'GitHub Actions Bot'
100
+ git config --global user.email 'actions@github.com'
101
git checkout v2-lite
102
git checkout $NEW_TAG package.json package-lock.json dist/
103
git add package.json package-lock.json dist/
0 commit comments