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 c906278 commit 37f294eCopy full SHA for 37f294e
.github/workflows/publish-action.yml
@@ -17,9 +17,7 @@ jobs:
17
- run: npm ci
18
- run: npm run build
19
- 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'
+ - uses: actions4git/setup-git@v1
23
- run: git add -Af && git commit -m 'npm run build'
24
- run: git tag -f "$TAG" && git push -f origin "$TAG"
25
env:
0 commit comments