We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 191101c + 1ccb729 commit bd94260Copy full SHA for bd94260
1 file changed
.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 -e '\d.\d.\d' -o)
44
echo "GIT_TAG_VERSION=$package_version" >> $GITHUB_ENV
45
- uses: rickstaa/action-create-tag@v1
46
id: create-tag
0 commit comments