Skip to content

Commit a2fe706

Browse files
authored
Update release.yml
1 parent f15c7f1 commit a2fe706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555
fi
5656
5757
- name: Upload Binary to Release (Tag Only)
58-
if: startsWith(github.ref, 'refs/tags/')
5958
uses: svenstaro/upload-release-action@v2
6059
with:
6160
repo_token: ${{ secrets.GITHUB_TOKEN }}
6261
file: target/${{ matrix.rust-target }}/release/${{ matrix.asset-name }}
6362
asset_name: ${{ matrix.asset-name }}
63+
draft: false
6464
tag: ${{ github.ref }}
6565
overwrite: true
6666

0 commit comments

Comments
 (0)