Skip to content

Commit

Permalink
Update _publish-internal.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt authored Jan 28, 2025
1 parent e436933 commit 71280fa
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 @@ -89,7 +89,7 @@ jobs:
versions_published: ${{ steps.published.outputs.versions }}
- run: |
VERSION=${{ steps.next.outputs.internal_release_version }}+$(git rev-parse HEAD)
PKG_DIR=$(echo ${{ inputs.package }} | cut -d "-" -f 2)
PKG_DIR=$(echo ${{ inputs.package }} | cut -c 5-)
tee <<< "version = \"$VERSION\"" ./src/dbt/adapters/$PKG_DIR/__version__.py
working-directory: ./${{ inputs.package }}
- run: sed -i "/dbt-core[<>~=]/d" ./pyproject.toml
Expand Down

0 comments on commit 71280fa

Please sign in to comment.