Add CI/CD
This commit is contained in:
parent
6c788651e2
commit
2c2586bd3b
1 changed files with 15 additions and 0 deletions
15
.woodpecker/release.yml
Normal file
15
.woodpecker/release.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
workspace:
|
||||||
|
base: /go
|
||||||
|
path: src/git.gnous.eu/enpls/validtoml
|
||||||
|
|
||||||
|
steps:
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: woodpeckerci/plugin-git
|
||||||
|
settings:
|
||||||
|
tags: true
|
||||||
|
release:
|
||||||
|
image: goreleaser/goreleaser
|
||||||
|
commands:
|
||||||
|
- goreleaser release
|
||||||
|
secrets: [gitea_token]
|
Loading…
Reference in a new issue