[CI] Prevent accidental dev publish on latest tag (#1060)

This commit is contained in:
filtered
2025-05-19 13:25:40 +10:00
committed by GitHub
parent 456a96e875
commit 942758e3a5

View File

@@ -46,6 +46,7 @@ jobs:
publish:
runs-on: ubuntu-latest
if: inputs.tag != 'latest'
steps:
- uses: actions/checkout@v4