diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index f78fe04..505aca8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -20,7 +20,7 @@ jobs: make tests goreleaser: - if: ${{ github.ref == 'refs/heads/master' }} + # if: ${{ github.ref == 'refs/heads/master' }} runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.goreleaser.yml b/.goreleaser.yml index 01fd398..ff3b601 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -7,9 +7,9 @@ archives: linux: Linux 386: i386 amd64: x86_64 + + checksum: name_template: 'checksums.txt' snapshot: name_template: "{{ .Tag }}-next" -release: - github: