automation
This commit is contained in:
parent
1a809a1184
commit
15b4905078
6 changed files with 269 additions and 0 deletions
9
woodpecker.yml
Normal file
9
woodpecker.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
pipeline:
|
||||
build_release:
|
||||
image: goreleaser/goreleaser:latest
|
||||
secrets:
|
||||
- FORGEJO_TOKEN
|
||||
commands:
|
||||
- goreleaser release --rm-dist --clean
|
||||
when:
|
||||
event: tag
|
Loading…
Add table
Add a link
Reference in a new issue