fix: We don't use a prefix in the version tag

This commit is contained in:
overflowerror 2024-08-05 21:38:43 +02:00
parent f28c2d7d80
commit a25321a0f7

View file

@ -3,7 +3,7 @@ name: 'Deploy to prod'
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+"
permissions:
id-token: write