action-gh-release
action-gh-release copied to clipboard
draft status error
Already set draft: false but draft status not updated, always publish as draft
Code: - name: Upload Prerelease uses: softprops/action-gh-release@v1 if: success() with: tag_name: Prerelease-${{ github.ref_name }} files: bin/* draft: false prerelease: true generate_release_notes: true
same here for prerelease, not every time, but often.
also tried another ncipollo/release-action, the same.