We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f02404 commit 280496aCopy full SHA for 280496a
.github/workflows/publish.yml
@@ -52,15 +52,15 @@ jobs:
52
53
echo "✓ Valid semver tag: v$VERSION (dist-tag: $([ "$VERSION" == *-* ] && echo "next" || echo "latest"))"
54
55
- - name: Build all packages
56
- run: bun run build
57
-
58
- name: Set version and resolve workspace dependencies
59
run: |
60
VERSION="${{ steps.info.outputs.version }}"
61
sed -i 's/"version": "0.0.0"/"version": "'"$VERSION"'"/g' packages/*/package.json
62
sed -i 's/"workspace:\*"/"'"$VERSION"'"/g' packages/*/package.json
63
+ - name: Build all packages
+ run: bun run build
+
64
- name: Publish all packages
65
66
for pkg in packages/*/; do
0 commit comments