Skip to content

Commit 37f294e

Browse files
authored
Update publish-action.yml
1 parent c906278 commit 37f294e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
- run: npm ci
1818
- run: npm run build
1919
- run: rm -rf node_modules
20-
- run: |
21-
git config user.name 'github-actions[bot]'
22-
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
20+
- uses: actions4git/setup-git@v1
2321
- run: git add -Af && git commit -m 'npm run build'
2422
- run: git tag -f "$TAG" && git push -f origin "$TAG"
2523
env:

0 commit comments

Comments
 (0)