We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecce687 commit 21b516eCopy full SHA for 21b516e
1 file changed
.github/workflows/build.yml
@@ -41,6 +41,9 @@ jobs:
41
uses: softprops/action-gh-release@v2
42
if: startsWith(github.ref, 'refs/tags/')
43
with:
44
- files: dist/${{ matrix.artifact_name }}
+ tag_name: ${{ github.ref_name }}
45
+ files: dist/${{ matrix.artifact_name }}-${{ github.ref_name }}*
46
+ append_body: true
47
+ make_latest: true
48
env:
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments