mirror of
https://github.com/zerotier/ztchooks.git
synced 2026-05-22 16:29:29 -07:00
cleanup actions & goreleaser files
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user