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 364d916 commit ed06343Copy full SHA for ed06343
.github/workflows/main.yml
@@ -22,11 +22,8 @@ jobs:
22
- run: npm install
23
- run: npm run build:doc
24
25
- - name: build document
26
- working-directory: examples/document
27
- run: |
28
- ls -al
29
- cp schema dist
+ - working-directory: examples/document
+ run: cp schema dist
30
31
- name: Generate Contributors Images
32
uses: jaywcjlove/github-action-contributors@main
@@ -39,7 +36,7 @@ jobs:
39
36
id: create_tag
40
37
uses: jaywcjlove/create-tag-action@main
41
38
with:
42
- package-path: ./core/package.json
+ package-path: ./packages/core/package.json
43
44
- name: get tag version
45
id: tag_version
0 commit comments