Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 3c88744

Browse files
committed
2 parents eb1f2f3 + 9da307f commit 3c88744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ jobs:
170170
with:
171171
prerelease: ${{ contains(github.ref_name, 'a') || contains(github.ref_name, 'b') || contains(github.ref_name, 'rc') }}
172172
files: |
173-
dist/
174-
lockfiles/
173+
dist/*
174+
lockfiles/*
175175
generate_release_notes: true
176176
env:
177177
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)