We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520a4a0 commit c6242b6Copy full SHA for c6242b6
2 files changed
.github/workflows/release.yaml
@@ -24,7 +24,8 @@ jobs:
24
release:
25
uses: softnetics/workflows/.github/workflows/release-packages.yaml@main
26
with:
27
- before-publish: bun
28
- release-mode: tag
+ before-publish: bun run build
+ package-manager: bun
29
+ bun-version: 1.1.38
30
secrets:
31
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
.gitignore
@@ -26,6 +26,7 @@ coverage
out/
build
dist
+.turbo
32
# Debug
@@ -36,3 +37,4 @@ yarn-error.log*
36
37
# Misc
38
.DS_Store
39
*.pem
40
+node_modules
0 commit comments