diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e44c232..73687a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,11 +19,8 @@ jobs: - uses: actions/setup-go@v4 with: go-version: stable - # More assembly might be required: Docker logins, GPG, etc. It all depends - # on your needs. - uses: goreleaser/goreleaser-action@v4 with: - # either 'goreleaser' (default) or 'goreleaser-pro': distribution: goreleaser version: latest args: release --clean diff --git a/.goreleaser.yaml b/.goreleaser.yaml index af468f6..623ce36 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,9 +1,8 @@ -# This is an example .goreleaser.yml file with some sensible defaults. -# Make sure to check the documentation at https://goreleaser.com gomod: proxy: true builds: + # library only, so skip building - skip: true release: @@ -13,12 +12,6 @@ release: draft: false - replace_existing_draft: true - - target_commitish: "{{ .Commit }}" - - # tag: "{{ .CurrentTag }}" - prerelease: auto make_latest: true @@ -28,7 +21,5 @@ release: name_template: "{{.ProjectName}}-v{{.Version}} {{.Env.USER}}" skip_upload: true -# The lines beneath this are called `modelines`. See `:help modeline` -# Feel free to remove those if you don't want/use them. # yaml-language-server: $schema=https://goreleaser.com/static/schema.json # vim: set ts=2 sw=2 tw=0 fo=cnqoj