Skip to content

Commit 2b52220

Browse files
committed
fix
1 parent bc0f71c commit 2b52220

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/prebuild.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,9 @@ jobs:
101101
uses: softprops/action-gh-release@v2
102102
with:
103103
name: kerl otp ${{ github.ref_name }} Released
104+
draft: true
105+
prerelease: false
106+
tag_name: testing
104107
files: |
105108
*.tar.gz
106109
107-
- name: Create Release
108-
uses: softprops/action-gh-release@v2
109-
with:
110-
name: kerl otp ${{ github.ref_name }} Released
111-
body: kerl otp ${{ github.ref_name }} Released
112-
files: packages-*
113-
draft: false
114-
prerelease: false
115-
tag_name: testing

0 commit comments

Comments
 (0)