diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index c58963b505..e17f969035 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v2 - name: Fetch All Tags - run: git fetch --force --tags + run: git fetch --tags --force --prune - name: Setup Go uses: actions/setup-go@v1 with: diff --git a/.goreleaser.yml b/.goreleaser.yml index a5bdb5da26..d297466d64 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -19,8 +19,5 @@ archives: checksum: name_template: "checksums.txt" -snapshot: - name_template: "{{ .Tag }}-SNAPSHOT" - release: prerelease: "true"