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 e977a5e commit 0dd373bCopy full SHA for 0dd373b
.github/workflows/publish-action.yml
@@ -13,12 +13,13 @@ jobs:
13
- uses: oven-sh/setup-bun@v1
14
- run: bun install
15
- run: bun run build
16
+ - run: rm -rf node_modules
17
- 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'
- - run: git add -f action.yml out .bun && git commit -m 'Automatic changes'
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 }}
0 commit comments