Skip to content

Commit

Permalink
fix sed expression
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Oct 22, 2024
1 parent 6c7f1dd commit d44ffff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: hatch version ${{ steps.next.outputs.internal_release_version }}+$(git rev-parse HEAD)
working-directory: ./${{ inputs.package }}
- name: "Remove dbt-core from build requirements"
run: sed -i "" -e "/dbt-core[<>~=]/d" ./pyproject.toml
run: sed -i "/dbt-core[<>~=]/d" ./pyproject.toml
working-directory: ./${{ inputs.package }}
- run: |
export HATCH_INDEX_USER=${{ secrets.AWS_USER }}
Expand Down

0 comments on commit d44ffff

Please sign in to comment.