diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1c6108..28382e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Go uses: actions/setup-go@main with: - go-version: 1.19.x + go-version: 1.22.x - name: golangci-lint uses: golangci/golangci-lint-action@v2 with: @@ -32,7 +32,7 @@ jobs: uses: goreleaser/goreleaser-action@v1 with: version: latest - args: release --rm-dist + args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Prepare AUR package diff --git a/.goreleaser.yml b/.goreleaser.yml index ce1a670..851b0a4 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -24,21 +24,21 @@ brews: - name: helm-freeze goarm: 6 - tap: + repository: owner: qovery name: homebrew-helm-freeze url_template: "https://github.com/Qovery/helm-freeze/releases/download/{{ .Tag }}/{{ .ArtifactName }}" commit_author: name: Pierre Mavro email: pmavro@qovery.com - folder: Formula + directory: Formula homepage: "" description: "Freeze your charts in the wished versions" skip_upload: false -scoop: +scoops: url_template: "https://github.com/Qovery/helm-freeze/releases/download/{{ .Tag }}/{{ .ArtifactName }}" - bucket: + repository: owner: qovery name: scoop-helm-freeze commit_author: @@ -46,4 +46,4 @@ scoop: email: contact@qovery.com homepage: "https://docs.qovery.com" description: "Freeze your charts in the wished versions" - license: GPL3 \ No newline at end of file + license: GPL3