Skip to content

Commit ede43c5

Browse files
Add --no-git-checks and ignore playwright (#5602)
1 parent 0483630 commit ede43c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-frontend-types.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888

8989
- name: Install dependencies
9090
run: pnpm install --frozen-lockfile
91+
env:
92+
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'
9193

9294
- name: Build types
9395
run: pnpm build:types
@@ -131,7 +133,7 @@ jobs:
131133
132134
- name: Publish package
133135
if: steps.check_npm.outputs.exists == 'false'
134-
run: pnpm publish --access public --tag "${{ inputs.dist_tag }}"
136+
run: pnpm publish --access public --tag "${{ inputs.dist_tag }}" --no-git-checks
135137
working-directory: dist
136138
env:
137139
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)