Skip to content

Commit

Permalink
fix create release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
knowsuchagency committed Jan 2, 2025
1 parent 5870a92 commit 62ec197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Get Version
id: get_version
run: |
VERSION=$(grep "version = " pyproject.toml | cut -d'"' -f2)
VERSION=$(grep "__version__ = " promptic.py | cut -d'"' -f2)
echo "version=$VERSION" >> $GITHUB_OUTPUT
- name: Create Release
Expand Down

0 comments on commit 62ec197

Please sign in to comment.