Skip to content

Commit

Permalink
point workflow refs to feature branch for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Feb 29, 2024
1 parent e18d989 commit 79ae9d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
bump-version-generate-changelog:
name: "Bump package version, Generate changelog - dbt-adapters"
if: ${{ inputs.package == 'dbt-adapters' }}
uses: dbt-labs/dbt-adapters/.github/workflows/release_prep_hatch.yml@fix-sdist0-build
uses: dbt-labs/dbt-adapters/.github/workflows/release_prep_hatch.yml@fix-sdist-build
with:
version_number: ${{ inputs.version_number }}
deploy_to: ${{ inputs.deploy-to }}
Expand All @@ -87,7 +87,7 @@ jobs:
bump-version-generate-changelog-dbt-tests-adapter:
name: "Bump package version, Generate changelog - dbt-tests-adapter"
if: ${{ inputs.package == 'dbt-tests-adapter' }}
uses: dbt-labs/dbt-adapters/.github/workflows/release_prep_hatch.yml@fix-sdist0-build
uses: dbt-labs/dbt-adapters/.github/workflows/release_prep_hatch.yml@fix-sdist-build
with:
version_number: ${{ inputs.version_number }}
deploy_to: ${{ inputs.deploy-to }}
Expand Down

0 comments on commit 79ae9d4

Please sign in to comment.