We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd34d67 commit 8d8ca20Copy full SHA for 8d8ca20
.github/actions/setup-pnpm-with-dependencies/action.yaml
@@ -79,7 +79,7 @@ runs:
79
80
- name: Get Playwright Chromium version
81
id: get-playwright-version
82
- run: echo "PLAYWRIGHT_VERSION=$(jq -r '.devDependencies["playwright-chromium"]' < package.json | sed 's/[^0-9.]//g')" >> $GITHUB_OUTPUT
+ run: echo "PLAYWRIGHT_VERSION=$(jq -r '.devDependencies["playwright-chromium"]' < package.json | sed 's/[^0-9.]//g' | sed 's/\./-/g')" >> $GITHUB_OUTPUT
83
shell: bash
84
85
- name: Cache Playwright's binary
0 commit comments