Skip to content

Commit

Permalink
fix release.yml workflow_call inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Feb 20, 2024
1 parent 59be652 commit 2fe95a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ on:
default: false
required: false
workflow_call:
package:
type: choice
description: Choose what to publish
options:
- dbt-adapters
- dbt-tests-adapter
inputs:
package:
type: choice
description: Choose what to publish
options:
- dbt-adapters
- dbt-tests-adapter
version_number:
description: "The release version number (i.e. 1.0.0b1)"
type: string
Expand Down

0 comments on commit 2fe95a7

Please sign in to comment.