We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73181d0 commit 3c9415dCopy full SHA for 3c9415d
.github/workflows/publish.yml
@@ -53,6 +53,8 @@ jobs:
53
- uses: oven-sh/setup-bun@v2
54
with:
55
bun-version: latest
56
+ - run: bun i
57
+ - run: bun run build
58
- uses: changepacks/action@main
59
id: changepacks
60
0 commit comments