diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 97e0744..779280a 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -19,7 +19,7 @@ concurrency: jobs: pipe: - uses: openmfp/gha/.github/workflows/pipeline-node-module.yml@main + uses: openmfp/gha/.github/workflows/pipeline-node-module.yml@f4d1fc3e013261f1cc819709475ec1aacb65d4ca # main secrets: inherit with: publishFromDist: true @@ -30,7 +30,7 @@ jobs: publish-ngx: if: ${{ (github.head_ref || github.ref) == 'refs/heads/main' }} needs: [pipe] - uses: openmfp/gha/.github/workflows/job-node-publish.yml@main + uses: openmfp/gha/.github/workflows/job-node-publish.yml@f4d1fc3e013261f1cc819709475ec1aacb65d4ca # main secrets: inherit with: version: ${{ needs.pipe.outputs.strictVersion }}