File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,9 @@ jobs:
121
121
- name : Install dependencies
122
122
run : pnpm install --ignore-scripts --filter=!./playgrounds/*
123
123
124
+ - name : ' Version based on commit: 0.0.0-${{ env.RELEASE_CHANNEL }}.${{ env.SHA_SHORT }}'
125
+ run : pnpm run version-packages 0.0.0-${{ env.RELEASE_CHANNEL }}.${{ env.SHA_SHORT }}
126
+
124
127
- name : Build release
125
128
run : pnpm run --filter ${{ env.OXIDE_LOCATION }} build
126
129
env :
@@ -216,12 +219,12 @@ jobs:
216
219
cp bindings-x86_64-unknown-linux-gnu/* ./npm/linux-x64-gnu/
217
220
cp bindings-x86_64-unknown-linux-musl/* ./npm/linux-x64-musl/
218
221
219
- - name : Build Tailwind CSS
220
- run : pnpm run build
221
-
222
222
- name : ' Version based on commit: 0.0.0-${{ env.RELEASE_CHANNEL }}.${{ env.SHA_SHORT }}'
223
223
run : pnpm run version-packages 0.0.0-${{ env.RELEASE_CHANNEL }}.${{ env.SHA_SHORT }}
224
224
225
+ - name : Build Tailwind CSS
226
+ run : pnpm run build
227
+
225
228
- name : Run pre-publish optimizations scripts
226
229
run : node ./scripts/pre-publish-optimizations.mjs
227
230
You can’t perform that action at this time.
0 commit comments