Skip to content

Commit 3bb4cd1

Browse files
committed
Add checkout step to build job
1 parent fc073d3 commit 3bb4cd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
needs: check-release-tag
3737
if: ${{ needs.check-release-tag.outputs.tag }}
3838
steps:
39+
- uses: actions/checkout@v2
3940
- name: Build
4041
run: swift build -v
4142
- name: Run tests

0 commit comments

Comments
 (0)