Skip to content

Commit

Permalink
chore: type boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Jul 26, 2022
1 parent e98d2bf commit 61cdfbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
dry-run:
description: "dry-run: true will never create relase/nuget."
required: true
default: "false"
default: false
type: boolean

env:
GIT_TAG: ${{ github.event.inputs.tag }}
Expand Down

0 comments on commit 61cdfbd

Please sign in to comment.