feat: run release on tag

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