Skip to content

Commit

Permalink
chore: update new changelog version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorlessa committed Aug 21, 2021
1 parent bfcbf65 commit 27e3930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "RELEASE_TAG_VERSION=${RELEASE_TAG_VERSION:1}" >> $GITHUB_ENV
- name: Ensure new version is also set in pyproject and CHANGELOG
run: |
grep --regexp "\[${RELEASE_TAG_VERSION}\]" CHANGELOG.md
grep --regexp "${RELEASE_TAG_VERSION}" CHANGELOG.md
grep --regexp "version \= \"${RELEASE_TAG_VERSION}\"" pyproject.toml
- name: Install dependencies
run: make dev
Expand Down

0 comments on commit 27e3930

Please sign in to comment.