Browse Source

chore: fix github action workflow syntax (#42370)

pull/42374/head
afc163 2 years ago
committed by GitHub
parent
commit
b079514877
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/site-deploy.yml

2
.github/workflows/site-deploy.yml

@ -68,7 +68,7 @@ jobs:
- name: build dist and bundle analyzer report - name: build dist and bundle analyzer report
run: npm run dist run: npm run dist
with: env:
CI: false CI: false
- name: Get version - name: Get version

Loading…
Cancel
Save