Added content type for long description

This commit is contained in:
2024-04-01 20:53:02 +02:00
parent 2f4e3e7dba
commit b549fd941c
2 changed files with 3 additions and 4 deletions

View File

@@ -68,10 +68,8 @@ jobs:
- name: Create Tag
run: git tag ${{ steps.git_version.outputs.version }}
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Add new tag
push_options: --tags
- name: Push tag
run: git push origin ${{ steps.git_version.outputs.version }}
- name: Set up Python
uses: actions/setup-python@v5