Dev: Revert to build on tag as all works fine now [no-build]

This commit is contained in:
Ilia Ross
2025-01-09 04:30:09 +02:00
parent 16df7857a4
commit 5478a4fc87

View File

@ -13,7 +13,7 @@ jobs:
with:
build-type: package
project-name: webmin
tagged-release: true
tagged-release: ${{ startsWith(github.ref, 'refs/tags/') }}
secrets:
DEV_GPG_PH: ${{ secrets.DEV_GPG_PH }}
DEV_IP_ADDR: ${{ secrets.DEV_IP_ADDR }}