There was an error while loading. Please reload this page.
1 parent f4a8a6e commit c1a6416Copy full SHA for c1a6416
1 file changed
.github/workflows/publish.yaml
@@ -121,15 +121,15 @@ jobs:
121
echo "can_publish=true" >> $GITHUB_OUTPUT
122
echo "✓ Version $TAG_VERSION is new and can be published"
123
124
- - name: Sync version across packages
125
- run: ./sync-version.sh "${{ steps.version.outputs.version }}"
126
-
127
- name: Disallow installation scripts
128
run: yq '.onlyBuiltDependencies = []' -i pnpm-workspace.yaml
129
130
- name: Install dependencies
131
run: pnpm install --ignore-scripts --frozen-lockfile
132
+ - name: Sync version across packages
+ run: ./sync-version.sh "${{ steps.version.outputs.version }}"
+
133
- name: Build packages
134
run: pnpm run build
135
env:
0 commit comments