Skip to content

Commit

Permalink
ci.yml: deploy step needs to checkout repo to extract tag info
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Dec 1, 2021
1 parent 2ec1236 commit f8e280a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
with:
name: artifact
Expand Down

0 comments on commit f8e280a

Please sign in to comment.