action-gh-release icon indicating copy to clipboard operation
action-gh-release copied to clipboard

draft status error

Open JeelsBoobz opened this issue 3 years ago • 1 comments

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

JeelsBoobz avatar Sep 01 '22 00:09 JeelsBoobz

same here for prerelease, not every time, but often. also tried another ncipollo/release-action, the same.

narumi147 avatar Feb 10 '23 06:02 narumi147