|
66 | 66 | registry-url: https://registry.npmjs.org |
67 | 67 |
|
68 | 68 | - name: Install pnpm |
69 | | - uses: pnpm/action-setup@v5 |
| 69 | + uses: pnpm/action-setup@v6 |
70 | 70 | id: pnpm-install |
71 | 71 | with: |
72 | 72 | version: 10 |
@@ -193,27 +193,33 @@ jobs: |
193 | 193 | env: |
194 | 194 | NODE_AUTH_TOKEN: ${{secrets.NPMJS_GRANULAR_TOKEN}} |
195 | 195 | NPM_CONFIG_PROVENANCE: true |
| 196 | + - name: Build and publish theme bwst |
| 197 | + run: pnpm publish --access public --provenance --no-git-checks --tag ${{env.prefix}}${{github.event.inputs.tag}} || echo "⚠️ Publish skipped – package already exists" |
| 198 | + working-directory: packages/themes/bwst |
| 199 | + env: |
| 200 | + NODE_AUTH_TOKEN: ${{secrets.NPMJS_GRANULAR_TOKEN}} |
| 201 | + NPM_CONFIG_PROVENANCE: true |
196 | 202 | - name: Build and publish theme default |
197 | 203 | run: pnpm publish --access public --provenance --no-git-checks --tag ${{env.prefix}}${{github.event.inputs.tag}} || echo "⚠️ Publish skipped – package already exists" |
198 | 204 | working-directory: packages/themes/default |
199 | 205 | env: |
200 | 206 | NODE_AUTH_TOKEN: ${{secrets.NPMJS_GRANULAR_TOKEN}} |
201 | 207 | NPM_CONFIG_PROVENANCE: true |
202 | | - - name: Build and publish theme ecl |
| 208 | + - name: Build and publish theme desy |
203 | 209 | run: pnpm publish --access public --provenance --no-git-checks --tag ${{env.prefix}}${{github.event.inputs.tag}} || echo "⚠️ Publish skipped – package already exists" |
204 | | - working-directory: packages/themes/ecl |
| 210 | + working-directory: packages/themes/desy |
205 | 211 | env: |
206 | 212 | NODE_AUTH_TOKEN: ${{secrets.NPMJS_GRANULAR_TOKEN}} |
207 | 213 | NPM_CONFIG_PROVENANCE: true |
208 | | - - name: Build and publish theme kern |
| 214 | + - name: Build and publish theme ecl |
209 | 215 | run: pnpm publish --access public --provenance --no-git-checks --tag ${{env.prefix}}${{github.event.inputs.tag}} || echo "⚠️ Publish skipped – package already exists" |
210 | | - working-directory: packages/themes/kern |
| 216 | + working-directory: packages/themes/ecl |
211 | 217 | env: |
212 | 218 | NODE_AUTH_TOKEN: ${{secrets.NPMJS_GRANULAR_TOKEN}} |
213 | 219 | NPM_CONFIG_PROVENANCE: true |
214 | | - - name: Build and publish theme bwst |
| 220 | + - name: Build and publish theme kern |
215 | 221 | run: pnpm publish --access public --provenance --no-git-checks --tag ${{env.prefix}}${{github.event.inputs.tag}} || echo "⚠️ Publish skipped – package already exists" |
216 | | - working-directory: packages/themes/bwst |
| 222 | + working-directory: packages/themes/kern |
217 | 223 | env: |
218 | 224 | NODE_AUTH_TOKEN: ${{secrets.NPMJS_GRANULAR_TOKEN}} |
219 | 225 | NPM_CONFIG_PROVENANCE: true |
|
0 commit comments