From f8e280a25ad1c726ef5dfed0d8be75c48be5620f Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Wed, 1 Dec 2021 14:35:51 +0000 Subject: [PATCH] ci.yml: deploy step needs to checkout repo to extract tag info --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54e7ead..61071b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,6 +127,7 @@ jobs: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 - uses: actions/download-artifact@v2 with: name: artifact