We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81f575 commit f36ea25Copy full SHA for f36ea25
.github/workflows/deploy.yml
@@ -47,3 +47,9 @@ jobs:
47
git config user.email "[email protected]"
48
git tag --annotate --message=v${{ github.event.inputs.version }} v${{ github.event.inputs.version }} ${{ github.sha }}
49
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