Skip to content

Commit

Permalink
use branch for bump-version-generate-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aranke committed Feb 28, 2024
1 parent 67c35bd commit 7adce4e
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 @@ -98,7 +98,7 @@ jobs:
name: Bump package version, Generate changelog
needs: [job-setup]

uses: dbt-labs/dbt-release/.github/workflows/release-prep.yml@main
uses: dbt-labs/dbt-release/.github/workflows/release-prep.yml@pip_install_editable_requirements

with:
sha: ${{ needs.job-setup.outputs.starting_sha }}
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
if: ${{ !failure() && !cancelled() }}
needs: [job-setup, bump-version-generate-changelog]

uses: dbt-labs/dbt-release/.github/workflows/build.yml@pip_install_editable_requirements
uses: dbt-labs/dbt-release/.github/workflows/build.yml@main

with:
sha: ${{ needs.bump-version-generate-changelog.outputs.final_sha }}
Expand Down

0 comments on commit 7adce4e

Please sign in to comment.