Skip to content

Commit

Permalink
Remove single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Mar 6, 2024
1 parent 5cee153 commit 38db274
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ on:
inputs:
release_type:
type: choice
description: 'The type of release'
description: The type of release
options:
- Major
- Minor
- Patch
- Snapshot
publish_to_maven:
description: 'True to publish the artifacts to Maven repository, false to skip the step'
description: True to publish the artifacts to Maven repository, false to skip the step
default: false
required: false
type: boolean
java_version:
type: string
default: '11'
default: 11
publish_vulnerabilities:
type: string
default: 'true'
default: true

jobs:
build-and-pubish:
Expand Down

0 comments on commit 38db274

Please sign in to comment.