Skip to content

Commit 9871ff8

Browse files
committed
feat: check
1 parent 6df4b18 commit 9871ff8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171
with:
7272
path: ./dist
7373
key: ${{ runner.os }}-bui ld-${{ hashFiles('./dist/**') }}
74+
- name: Check folder
75+
run: |
76+
ls
7477
- name: Semantic Release
7578
uses: cycjimmy/semantic-release-action@v4.1.0
7679
with:

0 commit comments

Comments
 (0)