Skip to content

Commit 43458ae

Browse files
authored
Update publish-action.yml
1 parent f30d455 commit 43458ae

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/publish-action.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,9 @@ jobs:
1515
- run: bun run build
1616
- run: rm -rf node_modules
1717
- uses: jcbhmr/[email protected]
18-
# - uses: actions4git/add-commit-push@v1
19-
- run: |
20-
git config user.name 'github-actions[bot]'
21-
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
22-
- run: git add -Af && git commit -m 'Automatic changes'
23-
- run: git tag -f "$TAG" && git push -f origin "$TAG"
24-
env:
25-
TAG: ${{ github.event.release.tag_name }}
18+
- uses: actions4git/[email protected]
19+
with:
20+
add-force: true
2621
- uses: actions/[email protected]
2722
with:
2823
source-tag: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)