fix: set correct github tag in init py (#5693)

This commit is contained in:
Kuchenpirat
2025-07-12 15:54:14 +02:00
committed by GitHub
parent 1034d87a99
commit d737cb3e14

View File

@@ -17,7 +17,7 @@ jobs:
name: Build Package
uses: ./.github/workflows/build-package.yml
with:
tag: release
tag: ${{ github.event.release.tag_name }}
publish:
permissions: