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 0483630 commit ede43c5Copy full SHA for ede43c5
.github/workflows/publish-frontend-types.yaml
@@ -88,6 +88,8 @@ jobs:
88
89
- name: Install dependencies
90
run: pnpm install --frozen-lockfile
91
+ env:
92
+ PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'
93
94
- name: Build types
95
run: pnpm build:types
@@ -131,7 +133,7 @@ jobs:
131
133
132
134
- name: Publish package
135
if: steps.check_npm.outputs.exists == 'false'
- run: pnpm publish --access public --tag "${{ inputs.dist_tag }}"
136
+ run: pnpm publish --access public --tag "${{ inputs.dist_tag }}" --no-git-checks
137
working-directory: dist
138
env:
139
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments