Skip to content

Commit

Permalink
Update GenerateRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 authored Jul 30, 2022
1 parent a8efac9 commit a253732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GenerateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
is-draft:
description: 'Draft'
required: false
default: true
default: false
type: boolean
is-prerelease:
description: 'Pre-Release'
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
#if: ${{ github.event_name == 'workflow_dispatch' }}
uses: softprops/action-gh-release@v1
with:
draft: ${{ github.event.inputs.is-draft || true }}
draft: ${{ github.event.inputs.is-draft || false }}
prerelease: ${{ github.event.inputs.is-prerelease || false }}
tag_name: ${{ steps.get_version.outputs.VERSION }}
name: ${{ steps.get_version.outputs.NAME }}
Expand Down

0 comments on commit a253732

Please sign in to comment.