Skip to content

Commit

Permalink
REL: 0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Jul 16, 2023
1 parent c58699c commit 58f9199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo "EOF" >> $GITHUB_ENV
echo "date=$(date +'%Y-%m-%d')" >> "$GITHUB_ENV"
echo "tag_body2=$(git tag -l \"${latest_tag}\" --format='%(contents:body)')" >> $GITHUB_ENV
echo "tag_body3=$(git tag -l "${latest_tag}" --format='%(contents:body)')" >> $GITHUB_ENV
echo "tag_body3=$(git tag -l ${git describe --tags --abbrev=0} --format='%(contents:body)')" >> $GITHUB_ENV
- name: Create GitHub Release 🚀
uses: actions/create-release@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion pdfly/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.11"
__version__ = "0.2.12"

0 comments on commit 58f9199

Please sign in to comment.