Skip to content

Commit

Permalink
Merge pull request #230 from godatadriven/quotes-in-post-release
Browse files Browse the repository at this point in the history
Adding quotes
  • Loading branch information
pgoslatara authored Sep 9, 2024
2 parents a092ac8 + cc275c5 commit 2c63a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post_release_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

- name: Install `dbt-bouncer`
if: matrix.operating-system == 'windows-latest'
run: pip install dbt-bouncer=='("${{ github.ref }}" -Split "/")[2]'
run: pip install "dbt-bouncer=='("${{ github.ref }}" -Split "/")[2]'"

- name: Install `dbt-bouncer`
if: matrix.operating-system != 'windows-latest'
Expand Down

0 comments on commit 2c63a76

Please sign in to comment.