diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a06caee..4f9943d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,6 +60,9 @@ jobs: config-file: .github/release-please-config.json manifest-file: .github/release-please-manifest.json token: ${{ secrets.GITHUB_TOKEN }} + - name: Fetch tags + if: steps.release.outputs.release_created + run: git fetch --tags --force - name: Set up Go if: steps.release.outputs.release_created uses: actions/setup-go@v6 diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 9c5ffaf..5521147 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -34,3 +34,10 @@ builds: checksum: name_template: checksums.txt + +release: + draft: false + github: + owner: unfunco + name: t + prerelease: auto