Skip to content

Commit 3bebb92

Browse files
committed
Update release workflow
1 parent 3a67290 commit 3bebb92

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- uses: actions/download-artifact@v3
3131
with:
3232
name: build
33-
- name: Debug
34-
shell: bash
35-
run: find .
33+
- name: Release
34+
uses: softprops/action-gh-release@v1
35+
if: startsWith(github.ref, 'refs/tags/')
36+
with:
37+
draft: true
38+
files: proxy-*

0 commit comments

Comments
 (0)