feat: run release on tag
Some checks failed
Build / build (push) Successful in 4m5s
Build / deploy-stage (push) Successful in 3m37s
Build / switch-stage (push) Successful in 2m8s
Build / deploy-production (push) Failing after 2m45s

This commit is contained in:
2024-12-20 20:04:54 +01:00
parent 5b332a1675
commit 3cddcd8c5d

View File

@@ -1,8 +1,9 @@
name: Release name: Release
on: on:
release: push:
types: [published] tags:
- 'v*.*' # Adjust this pattern based on your tagging
env: env:
PHP_VERSION: '8.3' # set this to the PHP version to use PHP_VERSION: '8.3' # set this to the PHP version to use