diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fcffe93..a098831 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: docker://goreleaser/goreleaser-cross:v1.23.3 + - uses: docker://goreleaser/goreleaser-cross:v1.24.0 with: args: --clean env: diff --git a/.goreleaser.yml b/.goreleaser.yml index 451c974..5b2dc65 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,3 +1,4 @@ +version: 2 project_name: periscope before: hooks: @@ -50,9 +51,9 @@ builds: checksum: name_template: 'checksums.txt' snapshot: - name_template: "SNAPSHOT-{{ .ShortCommit }}" + version_template: "SNAPSHOT-{{ .ShortCommit }}" changelog: - skip: true + disable: true archives: - wrap_in_directory: true format: tar.gz