Skip to content

Commit a174e78

Browse files
committed
formatting
1 parent 4367c16 commit a174e78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-production.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- name: Event triggered by
1313
run: |
1414
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 }}
15+
1516
- name: Checking Out https://github.com/phcode-dev/phoenix
1617
uses: actions/checkout@v2
1718
with:
@@ -23,6 +24,7 @@ jobs:
2324
npm install
2425
npm run release
2526
shell: bash
27+
2628
- name: Copying release artifacts to public folder
2729
run: |
2830
mkdir -p ./public

0 commit comments

Comments
 (0)