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