Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarleviCm authored May 30, 2024
1 parent 8736262 commit 39121a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
dev:
description: 'Is dev build'
required: false
default: true
default: false
type: boolean
branch:
description: 'Branch to run npm version patch on'
Expand All @@ -32,11 +32,10 @@ on:
description: 'Tag name (ignored if not dev build)'
required: false
type: string
default: rc
dev:
description: 'Is dev build'
required: false
default: true
default: false
type: boolean
branch:
description: 'Branch to run npm version patch on'
Expand Down

0 comments on commit 39121a6

Please sign in to comment.