We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfcbf65 commit 27e3930Copy full SHA for 27e3930
.github/workflows/publish.yml
@@ -44,7 +44,7 @@ jobs:
44
echo "RELEASE_TAG_VERSION=${RELEASE_TAG_VERSION:1}" >> $GITHUB_ENV
45
- name: Ensure new version is also set in pyproject and CHANGELOG
46
run: |
47
- grep --regexp "\[${RELEASE_TAG_VERSION}\]" CHANGELOG.md
+ grep --regexp "${RELEASE_TAG_VERSION}" CHANGELOG.md
48
grep --regexp "version \= \"${RELEASE_TAG_VERSION}\"" pyproject.toml
49
- name: Install dependencies
50
run: make dev
0 commit comments