Skip to content

Commit 2b8a174

Browse files
committed
refactor(github-actions): update release.yml
1 parent 4e640bd commit 2b8a174

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
tags:
66
- "v*" # Trigger when a new tag starts with "v", e.g: v1.0.0
77

8-
# Thêm cấu hình permissions
98
permissions:
109
contents: write
1110
packages: write
@@ -57,7 +56,7 @@ jobs:
5756
### Installation
5857
5958
```bash
60-
composer create-project kiettran/phpure your-project-name
59+
composer create-project mttk2004/phpure your-project-name
6160
```
6261
6362
Or download the ZIP file from this release.

0 commit comments

Comments
 (0)