Skip to content

Commit 77ec98f

Browse files
committed
ci: auto release
1 parent 092aa6e commit 77ec98f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

+5
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,8 @@ jobs:
6565
BRANCH: release
6666
FOLDER: dist
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68+
69+
- name: Release
70+
uses: softprops/action-gh-release@v1
71+
with:
72+
files: dist/*

0 commit comments

Comments
 (0)