File tree 4 files changed +50503
-8
lines changed
4 files changed +50503
-8
lines changed Original file line number Diff line number Diff line change
1
+ name : Check dist/
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - main
7
+ paths-ignore :
8
+ - ' **.md'
9
+ pull_request :
10
+ paths-ignore :
11
+ - ' **.md'
12
+ workflow_dispatch :
13
+
14
+ jobs :
15
+ call-check-dist :
16
+ name : Check dist/
17
+ uses : actions/reusable-workflows/.github/workflows/check-dist.yml@main
Original file line number Diff line number Diff line change 56
56
name : Release ${{ steps.tag.outputs.value }}
57
57
body : ${{ steps.bumpr.outputs.message }}
58
58
tag_name : ${{ steps.tag.outputs.value }}
59
- files : |
60
- dist
61
- action.yml
62
- LICENSE
63
- README.md
64
59
65
60
release-check :
66
61
if : github.event.action == 'labeled'
Original file line number Diff line number Diff line change 10
10
npm-debug.log *
11
11
yarn-debug.log *
12
12
yarn-error.log *
13
-
14
- # Build files
15
- dist
You can’t perform that action at this time.
0 commit comments