Skip to content

Commit 831821e

Browse files
committed
Fix GitHub release creating during deploy
1 parent 6bfc3fc commit 831821e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ jobs:
5050
5151
- name: GitHub Release
5252
uses: softprops/action-gh-release@v1
53+
with:
54+
files: dist/*
55+
tag_name: v${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)