mirror of
https://github.com/kovetskiy/mark.git
synced 2025-01-23 09:13:49 +08:00
Prepare for goreleaser v2
This commit is contained in:
parent
2dbae733f1
commit
c7e8b13b10
2
.github/workflows/goreleaser.yml
vendored
2
.github/workflows/goreleaser.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
with:
|
||||
version: latest
|
||||
version: "~> 2"
|
||||
args: release --clean
|
||||
env:
|
||||
GOPATH: /home/runner/work/
|
||||
|
@ -1,5 +1,6 @@
|
||||
# This is an example goreleaser.yaml file with some sane defaults.
|
||||
# Make sure to check the documentation at http://goreleaser.com
|
||||
version: 2
|
||||
before:
|
||||
hooks:
|
||||
# You may remove this if you don't use go modules.
|
||||
|
Loading…
Reference in New Issue
Block a user