Skip to content

Commit 0dd373b

Browse files
authored
prepare to publish
1 parent e977a5e commit 0dd373b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ jobs:
1313
- uses: oven-sh/setup-bun@v1
1414
- run: bun install
1515
- run: bun run build
16+
- run: rm -rf node_modules
1617
- uses: jcbhmr/[email protected]
1718
# - uses: actions4git/add-commit-push@v1
1819
- run: |
1920
git config user.name 'github-actions[bot]'
2021
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
21-
- run: git add -f action.yml out .bun && git commit -m 'Automatic changes'
22+
- run: git add -Af && git commit -m 'Automatic changes'
2223
- run: git tag -f "$TAG" && git push -f origin "$TAG"
2324
env:
2425
TAG: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)