fix(ci): Perform release verification in a separate working dir. (#9234)

Co-authored-by: matt korwel <matt.korwel@gmail.com>
This commit is contained in:
Richie Foreman
2025-09-23 13:55:47 -03:00
committed by GitHub
parent d8393a06dd
commit f46e50b271
3 changed files with 7 additions and 11 deletions

View File

@@ -26,6 +26,6 @@ jobs:
- name: 'Verify release'
uses: './.github/actions/verify-release'
with:
npm-package: '${github.event.inputs.npm-package}'
expected-version: '${github.event.inputs.version}'
ref: '${github.event.inputs.ref}'
npm-package: '${{github.event.inputs.npm-package}}'
expected-version: '${{github.event.inputs.version}}'
ref: '${{github.event.inputs.ref}}'