Skip to content

Commit 065a646

Browse files
committed
fix release action 3
1 parent 174ade1 commit 065a646

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ jobs:
4747
id: release
4848
uses: softprops/action-gh-release@v2
4949
with:
50-
tag_name: ${{ github.ref }}
51-
name: ${{ github.ref }}
52-
draft: false
5350
prerelease: ${{ steps.status.outputs.prerelease }}
5451
token: ${{ secrets.GITHUB_TOKEN }}
5552
files: |

0 commit comments

Comments
 (0)