From 81e9a086a52236ae315bc3c654b5f278437c0107 Mon Sep 17 00:00:00 2001 From: Carl Bennett Date: Sun, 24 Nov 2024 04:21:18 -0600 Subject: [PATCH] Fetch tags with deploy job --- .github/workflows/deployment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index d764b6e1..12c6b5fe 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -19,6 +19,8 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v4 + with: + fetch-tags: true - name: Update apt cache run: sudo apt-get update