Skip to content

Commit

Permalink
fix(release): fix GithubAction workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Sep 1, 2023
1 parent 662f6cb commit a19ea95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: develop
fetch-depth: 0 #To Fetch All Tags and Branches
ref: develop
fetch-depth: 0 #To Fetch All Tags and Branches

- name: Install Dependencies
uses: php-actions/composer@v6
Expand Down

0 comments on commit a19ea95

Please sign in to comment.