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.
1 parent f8d1bbd commit 9afb8c7Copy full SHA for 9afb8c7
.github/workflows/release.yaml
@@ -70,4 +70,6 @@ jobs:
70
- name: Run semantic release
71
run: npm run semantic-release
72
env:
73
- GITHUB_TOKEN: ${{ steps.vault.outputs.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ steps.vault.outputs.GITHUB_TOKEN }}
74
+ # required for browser output-integration tests
75
+ PUPPETEER_EXECUTABLE_PATH: /usr/bin/google-chrome
0 commit comments