Skip to content

Commit c6242b6

Browse files
committed
fix: release flow
1 parent 520a4a0 commit c6242b6

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
release:
2525
uses: softnetics/workflows/.github/workflows/release-packages.yaml@main
2626
with:
27-
before-publish: bun
28-
release-mode: tag
27+
before-publish: bun run build
28+
package-manager: bun
29+
bun-version: 1.1.38
2930
secrets:
3031
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ coverage
2626
out/
2727
build
2828
dist
29+
.turbo
2930

3031

3132
# Debug
@@ -36,3 +37,4 @@ yarn-error.log*
3637
# Misc
3738
.DS_Store
3839
*.pem
40+
node_modules

0 commit comments

Comments
 (0)