We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da289e0 commit 547306eCopy full SHA for 547306e
1 file changed
.github/workflows/python-release.yml
@@ -88,6 +88,13 @@ jobs:
88
89
poetry build
90
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
+
98
- name: Generate a changelog
99
uses: orhun/git-cliff-action@v1
100
id: git-cliff
0 commit comments