cleanup actions & goreleaser files

This commit is contained in:
Grant Limberg
2023-09-06 16:42:23 -07:00
parent 775e3da20e
commit ec1df95fdb
2 changed files with 1 additions and 13 deletions
-3
View File
@@ -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
+1 -10
View File
@@ -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