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 27, 2025
1 parent 82d9bf1 commit 9bb8b76
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 @@ -95,7 +95,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 -d "-" -f 2)
tee <<< "version = \"$VERSION\"" ./src/dbt/adapters/$PKG_DIR/__version__.py
working-directory: ./${{ needs.package.outputs.directory }}
- run: sed -i "/dbt-core[<>~=]/d" ./pyproject.toml
Expand Down

0 comments on commit 9bb8b76

Please sign in to comment.