Skip to content

Commit a19ea95

Browse files
committed
fix(release): fix GithubAction workflow
1 parent 662f6cb commit a19ea95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
with:
17-
ref: develop
18-
fetch-depth: 0 #To Fetch All Tags and Branches
17+
ref: develop
18+
fetch-depth: 0 #To Fetch All Tags and Branches
1919

2020
- name: Install Dependencies
2121
uses: php-actions/composer@v6

0 commit comments

Comments
 (0)