Skip to content

Commit 629ad91

Browse files
committed
Try to fix release by versioning the dist file and readd check-dist workflow
1 parent c991747 commit 629ad91

File tree

4 files changed

+50503
-8
lines changed

4 files changed

+50503
-8
lines changed

.github/workflows/check-dist.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -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+
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

.github/workflows/release.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ jobs:
5656
name: Release ${{ steps.tag.outputs.value }}
5757
body: ${{ steps.bumpr.outputs.message }}
5858
tag_name: ${{ steps.tag.outputs.value }}
59-
files: |
60-
dist
61-
action.yml
62-
LICENSE
63-
README.md
6459

6560
release-check:
6661
if: github.event.action == 'labeled'

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ logs
1010
npm-debug.log*
1111
yarn-debug.log*
1212
yarn-error.log*
13-
14-
# Build files
15-
dist

0 commit comments

Comments
 (0)