Skip to content

Commit 70bace2

Browse files
committed
Remove duplicate release step from build workflow
1 parent 733d727 commit 70bace2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,3 @@ jobs:
4242
with:
4343
name: ${{ matrix.asset_name }}
4444
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

Comments
 (0)