We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd94260 + fa97baf commit 1026912Copy full SHA for 1026912
.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
40
- uses: ./.github/actions/install-packages
41
- name: get version from `pyproject.toml`
42
run: |
43
- package_version=$(grep -m 1 version pyproject.toml | grep -e '\d.\d.\d' -o)
+ package_version=$(grep -m 1 version pyproject.toml | grep -Ee '[0-9]+.[0-9]+.[0-9]+' -o)
44
echo "GIT_TAG_VERSION=$package_version" >> $GITHUB_ENV
45
- uses: rickstaa/action-create-tag@v1
46
id: create-tag
0 commit comments