We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f85cc commit 37eb982Copy full SHA for 37eb982
1 file changed
.github/workflows/phar-build.yaml
@@ -3,7 +3,7 @@ name: Build and Release PHAR
3
on:
4
push:
5
tags:
6
- - 'v*'
+ - '^(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-]+)*))?$'
7
8
jobs:
9
build-phar:
@@ -51,5 +51,4 @@ jobs:
51
token: ${{ secrets.GITHUB_TOKEN }}
52
tag: ${{ github.ref_name }}
53
name: Release ${{ github.ref_name }}
54
- body: |
55
- This release includes the compiled PHAR file for version ${{ github.ref_name }}.
+ draft: true
0 commit comments