Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tandemdude committed Oct 5, 2023
1 parent 8718f0a commit 96d5105
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 @@ -16,7 +16,7 @@ jobs:

- name: Update version in code
run: |
sed -i '' 's/__version__[[:space:]]*=[[:space:]]*"[^"]*"/__version__ = "${{ inputs.version }}"/' terra/__init__.py
sed -i 's/__version__[[:space:]]*=[[:space:]]*"[^"]*"/__version__ = "${{ inputs.version }}"/' terra/__init__.py
- uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down

0 comments on commit 96d5105

Please sign in to comment.