Skip to content

Commit 4480ed8

Browse files
committed
fix(cicd): change workflow order
1 parent 09db11a commit 4480ed8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
runs-on: ubuntu-latest
99
timeout-minutes: 20
1010
steps:
11+
- name: Checkout
12+
uses: actions/checkout@v3
1113
- uses: pnpm/action-setup@v2
1214
with:
1315
version: 8.9.2
1416
- uses: actions/setup-node@v3
1517
with:
1618
node-version: '18'
1719
cache: 'pnpm'
18-
- name: Checkout
19-
uses: actions/checkout@v3
2020
- name: 'Create env file'
2121
run: |
2222
echo "${{ secrets.ENV_FILE }}" > .env

0 commit comments

Comments
 (0)