We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733d727 commit 70bace2Copy full SHA for 70bace2
.github/workflows/build.yml
@@ -42,11 +42,3 @@ jobs:
42
with:
43
name: ${{ matrix.asset_name }}
44
path: dist/${{ matrix.artifact_name }}
45
-
46
- - name: Release
47
- uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
48
- if: startsWith(github.ref, 'refs/tags/')
49
- with:
50
- files: dist/${{ matrix.artifact_name }}
51
- env:
52
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments