We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f699f4 + 8b364b7 commit e076c72Copy full SHA for e076c72
.github/workflows/node-matrix.yaml
@@ -551,6 +551,14 @@ jobs:
551
kms-keyname: ${{ secrets.GCP_KMS_KEY_NAME }}
552
access-token: ${{ steps.gcp-auth.outputs.access_token }}
553
554
+ - name: Run after-prebuild for - ${{ matrix.selector }}
555
+ id: after-prebuild
556
+ shell: bash
557
+ env:
558
+ PRE_CALCULATED_STEP: ${{ matrix.selector }}
559
+ run: |
560
+ npm run --if-present after-prebuild
561
+
562
- name: Saving build artifacts for publish step
563
uses: milaboratory/github-ci/actions/artifact/save@v4
564
id: build-artifacts
0 commit comments