Fix tag to latest in build_iso.yml

This commit is contained in:
badblocks 2024-04-22 12:55:35 -07:00 committed by GitHub
parent 9ab3f983a7
commit 5f40954c0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ jobs:
id: generate-tag
shell: bash
run: |
TAG="stable"
TAG="latest"
if [[ "${{ github.ref_name }}" == "testing" ]]; then
TAG="testing"