Skip to content

Commit

Permalink
release_prep_hatch.yml debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Feb 20, 2024
1 parent f39505d commit e198338
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

with:
version_number: ${{ inputs.version_number }}
test_run: ${{ needs.setup-job-vars.outputs.TEST_RUN }}
deploy_to: ${{ inputs.deploy-to }}
nightly_release: ${{ inputs.nightly_release }}

secrets: inherit
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_prep_hatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
#

name: Version Bump and Changelog Generation
run-name: Bump ${{ inputs.package }}==${{ inputs.version_number }} for release to ${{ inputs.deploy-to }} and generate changelog
run-name: Bump ${{ inputs.package }}==${{ inputs.version_number }} for release to ${{ inputs.deploy_to }} and generate changelog
on:
workflow_call:
inputs:
version_number:
required: true
type: string
deploy-to:
deploy_to:
type: string
default: prod
required: false
Expand Down

0 comments on commit e198338

Please sign in to comment.