diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84d47bb495..4cf39e31d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,9 @@ jobs: - name: Check Out Repo uses: actions/checkout@v6 + with: + fetch-depth: 0 + fetch-tags: true - name: Configure AWS credentials for access to AWS Secrets Manager uses: aws-actions/configure-aws-credentials@v6