We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e640bd commit 2b8a174Copy full SHA for 2b8a174
1 file changed
.github/workflows/release.yml
@@ -5,7 +5,6 @@ on:
5
tags:
6
- "v*" # Trigger when a new tag starts with "v", e.g: v1.0.0
7
8
-# Thêm cấu hình permissions
9
permissions:
10
contents: write
11
packages: write
@@ -57,7 +56,7 @@ jobs:
57
56
### Installation
58
59
```bash
60
- composer create-project kiettran/phpure your-project-name
+ composer create-project mttk2004/phpure your-project-name
61
```
62
63
Or download the ZIP file from this release.
0 commit comments