Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit 439c09b

Browse files
committed
fix(ci): checkout before downloading artifacts
because the checkout action deletes the working directory
1 parent 6cbdfb9 commit 439c09b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,14 @@ jobs:
161161
username: ${{ secrets.DOCKER_USERNAME }}
162162
password: ${{ secrets.DOCKER_TOKEN }}
163163

164+
- name: Checkout
165+
uses: actions/checkout@v3
166+
164167
- name: Download release artifacts
165168
uses: actions/download-artifact@v3
166169
with:
167170
path: dist
168171

169-
- name: Checkout
170-
uses: actions/checkout@v3
171-
172172
- name: Invoke semantic-release
173173
env:
174174
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)