This commit is contained in:
parent
40b9cbe307
commit
6f59b0cea6
1 changed files with 8 additions and 10 deletions
|
@ -1,10 +1,8 @@
|
|||
workspace:
|
||||
base: /go
|
||||
path: src/git.gnous.eu/enpls/validtoml
|
||||
|
||||
steps:
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
settings:
|
||||
tags: true
|
||||
pipeline:
|
||||
release:
|
||||
image: goreleaser/goreleaser
|
||||
commands:
|
||||
- goreleaser release
|
||||
secrets: [ gitea_token ]
|
||||
when:
|
||||
event: tag
|
Loading…
Reference in a new issue