We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0f71c commit 2b52220Copy full SHA for 2b52220
.github/workflows/prebuild.yml
@@ -101,15 +101,9 @@ jobs:
101
uses: softprops/action-gh-release@v2
102
with:
103
name: kerl otp ${{ github.ref_name }} Released
104
+ draft: true
105
+ prerelease: false
106
+ tag_name: testing
107
files: |
108
*.tar.gz
109
- - name: Create Release
- uses: softprops/action-gh-release@v2
- 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