debugging version

This commit is contained in:
defnotken
2025-08-26 11:30:34 -05:00
parent 5559c06d2b
commit e5c87e5d68

View File

@@ -23,6 +23,7 @@ jobs:
- name: Create Git tag - name: Create Git tag
run: | run: |
echo "Tagging version ${{ steps.test.get_version.version }}"
git config user.name "GitHub Action" git config user.name "GitHub Action"
git config user.email "action@github.com" git config user.email "action@github.com"
git tag ${{ steps.test.get_version.version }} git tag ${{ steps.test.get_version.version }}