Skip to content

Commit 37eb982

Browse files
Github Config
1 parent d0f85cc commit 37eb982

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/phar-build.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Release PHAR
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- '^(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)(-([0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*))?(\+([0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*))?$'
77

88
jobs:
99
build-phar:
@@ -51,5 +51,4 @@ jobs:
5151
token: ${{ secrets.GITHUB_TOKEN }}
5252
tag: ${{ github.ref_name }}
5353
name: Release ${{ github.ref_name }}
54-
body: |
55-
This release includes the compiled PHAR file for version ${{ github.ref_name }}.
54+
draft: true

0 commit comments

Comments
 (0)