Skip to content

Commit

Permalink
Merge branch 'main' into matt/add-precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-codecov authored Oct 12, 2023
2 parents 2d961bf + ca858f6 commit a80d7f3
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:
- id: get-release-vars
name: Configure Release Vars
run: |
grep -E "version=\"(\d\.\d\.\d)\"" setup.py | grep -Eo "\d.\d.\d" >> "$GITHUB_OUTPUT"
echo release_version=$(grep -E "version=\"[0-9]\.[0-9]\.[0-9]\"" setup.py | grep -Eo "[0-9]\.[0-9]\.[0-9]") >> "$GITHUB_OUTPUT"
- name: Create GH Release
uses: softprops/[email protected]
Expand Down

0 comments on commit a80d7f3

Please sign in to comment.