diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e8d039..d2e0b7c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,8 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 0 + fetch-tags: true # Setup and configure GoLang - name: Setup GoLang @@ -188,6 +190,8 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 0 + fetch-tags: true # Setup and configure GoLang - name: Setup GoLang @@ -320,6 +324,8 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 0 + fetch-tags: true # Setup and configure GoLang - name: Setup GoLang