Skip to content

Commit 0a867b6

Browse files
fix manual tag
1 parent 0acf55a commit 0a867b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/manual-tag.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
uses: actions/checkout@v2.3.4
1212
with:
1313
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
14+
- run: |
15+
git config user.name github-actions
16+
git config user.email github-actions@github.com
1417
- name: Update version
1518
run: |
1619
npm version patch

0 commit comments

Comments
 (0)