Skip to content

Commit 27e3930

Browse files
committed
chore: update new changelog version tag
1 parent bfcbf65 commit 27e3930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "RELEASE_TAG_VERSION=${RELEASE_TAG_VERSION:1}" >> $GITHUB_ENV
4545
- name: Ensure new version is also set in pyproject and CHANGELOG
4646
run: |
47-
grep --regexp "\[${RELEASE_TAG_VERSION}\]" CHANGELOG.md
47+
grep --regexp "${RELEASE_TAG_VERSION}" CHANGELOG.md
4848
grep --regexp "version \= \"${RELEASE_TAG_VERSION}\"" pyproject.toml
4949
- name: Install dependencies
5050
run: make dev

0 commit comments

Comments
 (0)