Skip to content

Commit 280496a

Browse files
authored
chore: invert publish (#45)
1 parent 4f02404 commit 280496a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ jobs:
5252
5353
echo "✓ Valid semver tag: v$VERSION (dist-tag: $([ "$VERSION" == *-* ] && echo "next" || echo "latest"))"
5454
55-
- name: Build all packages
56-
run: bun run build
57-
5855
- name: Set version and resolve workspace dependencies
5956
run: |
6057
VERSION="${{ steps.info.outputs.version }}"
6158
sed -i 's/"version": "0.0.0"/"version": "'"$VERSION"'"/g' packages/*/package.json
6259
sed -i 's/"workspace:\*"/"'"$VERSION"'"/g' packages/*/package.json
6360
61+
- name: Build all packages
62+
run: bun run build
63+
6464
- name: Publish all packages
6565
run: |
6666
for pkg in packages/*/; do

0 commit comments

Comments
 (0)