diff --git a/lib/content/_job-release-integration-yml.hbs b/lib/content/_job-release-integration-yml.hbs index daeba3c2..97efc840 100644 --- a/lib/content/_job-release-integration-yml.hbs +++ b/lib/content/_job-release-integration-yml.hbs @@ -19,6 +19,8 @@ steps: {{else}} {{> stepsSetupYml }} - name: Check If Published + env: + RELEASES: $\{{ inputs.releases }} {{/if}} run: | EXIT_CODE=0 diff --git a/package.json b/package.json index 010c7930..ee52ed43 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ ], "devDependencies": { "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.22.0", + "@npmcli/template-oss": "file:./", "nock": "^13.3.8", "tap": "^16.0.0" }, diff --git a/tap-snapshots/test/apply/source-snapshots.js.test.cjs b/tap-snapshots/test/apply/source-snapshots.js.test.cjs index 5ef24507..b0462e69 100644 --- a/tap-snapshots/test/apply/source-snapshots.js.test.cjs +++ b/tap-snapshots/test/apply/source-snapshots.js.test.cjs @@ -898,6 +898,8 @@ jobs: - name: Install Dependencies run: npm i --ignore-scripts --no-audit --no-fund - name: Check If Published + env: + RELEASES: \${{ inputs.releases }} run: | EXIT_CODE=0 @@ -2552,6 +2554,8 @@ jobs: - name: Install Dependencies run: npm i --ignore-scripts --no-audit --no-fund - name: Check If Published + env: + RELEASES: \${{ inputs.releases }} run: | EXIT_CODE=0 @@ -4072,6 +4076,8 @@ jobs: - name: Install Dependencies run: npm i --ignore-scripts --no-audit --no-fund - name: Check If Published + env: + RELEASES: \${{ inputs.releases }} run: | EXIT_CODE=0