Skip to content

Commit 3f1a4e0

Browse files
committed
add checkout step
1 parent a8c415e commit 3f1a4e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-test-release-client-packages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,9 @@ jobs:
381381
needs: release
382382
runs-on: ubuntu-latest
383383
steps:
384+
- name: Checkout
385+
uses: actions/checkout@v2
386+
384387
- name: Run latest-tag
385388
uses: EndBug/latest-tag@latest
386389

0 commit comments

Comments
 (0)