forked from kemitix/git-next
build(woodpecker): remove publish-to-forgejo step
This is now handled by release-plz
This commit is contained in:
parent
180e8ed0e0
commit
34019b5c4a
1 changed files with 0 additions and 13 deletions
|
@ -1,17 +1,4 @@
|
|||
steps:
|
||||
publish-to-forgejo:
|
||||
when:
|
||||
- event: tag
|
||||
ref: refs/tags/v*
|
||||
# INFO: https://woodpecker-ci.org/plugins/Gitea%20Release
|
||||
image: docker.io/woodpeckerci/plugin-gitea-release:0.3.2
|
||||
settings:
|
||||
base_url: https://git.kemitix.net
|
||||
api_key:
|
||||
from_secret: FORGEJO_RELEASE_PLUGIN
|
||||
target: main
|
||||
prerelease: true
|
||||
|
||||
docker-build:
|
||||
when:
|
||||
- event: tag
|
||||
|
|
Loading…
Reference in a new issue