Skip to content

Commit

Permalink
Merge pull request #23 from godatadriven/release-reinstall-package
Browse files Browse the repository at this point in the history
Re-install package after version bump in CI
  • Loading branch information
pgoslatara authored Jul 10, 2024
2 parents e7d39ba + 2228f26 commit d5b42f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@
poetry version $(git tag --sort version:refname | tail -n 1)
poetry version ${{ inputs.version_bump_type }}
# Need to re-install dbt-bouncer so version bump is visible when `dbt-bouncer --version` is called
- name: Re-install dbt-bouncer
run: poetry install

- name: Save version to env var
id: version
run: |
Expand Down

0 comments on commit d5b42f5

Please sign in to comment.