We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc073d3 commit 3bb4cd1Copy full SHA for 3bb4cd1
.github/workflows/release.yml
@@ -36,6 +36,7 @@ jobs:
36
needs: check-release-tag
37
if: ${{ needs.check-release-tag.outputs.tag }}
38
steps:
39
+ - uses: actions/checkout@v2
40
- name: Build
41
run: swift build -v
42
- name: Run tests
0 commit comments