Skip to content

Commit 547306e

Browse files
authored
chore(dbt-fal): Bump the version of dbt.adapters.fal in GH relase action (#654)
1 parent da289e0 commit 547306e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/python-release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ jobs:
8888
8989
poetry build
9090
91+
- name: Set __version__ file
92+
if: inputs.package == 'dbt-fal'
93+
working-directory: adapter/src/dbt/adapters
94+
run: |
95+
VERSION_FILE='version = "${{ env.publishing_version }}"'
96+
echo $VERSION_FILE > fal/__version__.py
97+
9198
- name: Generate a changelog
9299
uses: orhun/git-cliff-action@v1
93100
id: git-cliff

0 commit comments

Comments
 (0)