Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
fix: make fal release possible by just changing name and version in p…
Browse files Browse the repository at this point in the history
…yproject.toml
  • Loading branch information
chamini2 committed Jul 17, 2023
1 parent c299ee2 commit 568c382
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4,147 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
if [[ ${{ inputs.package }} == fal ]]
then
echo "PACKAGE_DIR=projects/adapter/_fal" >> $GITHUB_ENV
echo "PACKAGE_DIR=projects/adapter" >> $GITHUB_ENV
echo "TAG_PREFIX=v" >> $GITHUB_ENV
elif [[ ${{ inputs.package }} == dbt-fal ]]
then
Expand Down
Loading

0 comments on commit 568c382

Please sign in to comment.