Skip to content

Commit 49dc6aa

Browse files
committed
feat(workflows): no release created despite previous annotation
release-npm
1 parent 5fde8bf commit 49dc6aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
contents: write
1313
steps:
1414
- uses: actions/checkout@v4
15+
- uses: oven-sh/setup-bun@v2
16+
- run: bun install
17+
- run: bun check
1518
- uses: tobua/release-npm-action@v3
1619
with:
1720
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)