Skip to content

Commit

Permalink
backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Mar 29, 2024
1 parent 1959f98 commit 75de2d5
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 @@ -195,9 +195,9 @@ jobs:
id: determine-docker-package
run: |
if [ ${{ steps.semver.outputs.minor }} -ge 8 ]; then
json_output={"package":/["dbt-core"]}
json_output={\"package":\["dbt-core"]}
else
json_output={"package":/["dbt-core",/"dbt-postgres"]}
json_output={\"package":\["dbt-core",\"dbt-postgres"]}
fi
echo "matrix=$json_output" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 75de2d5

Please sign in to comment.