We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf74f76 + 629ad91 commit 302eff7Copy full SHA for 302eff7
4 files changed
.github/workflows/check-dist.yaml
@@ -0,0 +1,17 @@
1
+name: Check dist/
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ paths-ignore:
8
+ - '**.md'
9
+ pull_request:
10
11
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
.github/workflows/release.yaml
@@ -56,11 +56,6 @@ jobs:
56
name: Release ${{ steps.tag.outputs.value }}
57
body: ${{ steps.bumpr.outputs.message }}
58
tag_name: ${{ steps.tag.outputs.value }}
59
- files: |
60
- dist
61
- action.yml
62
- LICENSE
63
- README.md
64
65
release-check:
66
if: github.event.action == 'labeled'
.gitignore
@@ -10,6 +10,3 @@ logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
-
-# Build files
-dist
0 commit comments