Skip to content

Commit 0b2f639

Browse files
authored
fix build number generation err
1 parent 8907110 commit 0b2f639

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
with:
13-
fetch-depth: 0
1412
- name: Event triggered by
1513
run: |
1614
echo source: ${{github.event.client_payload.source}}, workflow: ${{github.event.client_payload.workflow}}, action_run_id: ${{github.event.client_payload.run_id}}, action_run_number: ${{github.event.client_payload.run_number}}, sha: ${{ github.event.client_payload.sha }}, github_ref: ${{ github.event.client_payload.ref }}
@@ -21,6 +19,7 @@ jobs:
2119
repository: phcode-dev/phoenix
2220
ref: main
2321
path: './phoenix'
22+
fetch-depth: 0
2423
- name: Building phoenix release artifacts
2524
working-directory: ./phoenix
2625
run: |

0 commit comments

Comments
 (0)