Skip to content

Commit

Permalink
Checkout repository for the "hub" tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed May 11, 2021
1 parent 8fd612f commit 9d71bee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ jobs:
echo "Release? - release = ${{needs.check.outputs.release}}"
echo "Pre-release? - prerelease = ${{needs.check.outputs.prerelease}}"
# we need the checkout for the "hub" tool later on
- uses: actions/checkout@v2

- uses: actions/download-artifact@v2
with:
path: downloads
Expand Down

0 comments on commit 9d71bee

Please sign in to comment.