Skip to content

Commit f36ea25

Browse files
authored
Create GitHub release after deploy (#973)
Fixes #972
1 parent d81f575 commit f36ea25

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

+6
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,9 @@ jobs:
4747
git config user.email "[email protected]"
4848
git tag --annotate --message=v${{ github.event.inputs.version }} v${{ github.event.inputs.version }} ${{ github.sha }}
4949
git push origin v${{ github.event.inputs.version }}
50+
51+
- name: GitHub Release
52+
uses: softprops/action-gh-release@v1
53+
with:
54+
files: dist/*
55+
tag_name: v${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)