feat: Added tests

This commit is contained in:
2024-04-01 19:44:13 +02:00
parent 172f47221c
commit fc13dad076
2 changed files with 42 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ jobs:
major-identifier: "breaking:"
- name: Create Tag
run: git tag -a v${{ steps.git_version.outputs.version }} -m "v${{ steps.git_version.outputs.version }}"
run: git tag -a ${{ steps.git_version.outputs.version }} -m "${{ steps.git_version.outputs.version }}"
- uses: stefanzweifel/git-auto-commit-action@v5
with: