mirror of
https://codeberg.org/scip/epuppy.git
synced 2025-12-19 13:30:59 +01:00
switch to codeberg
This commit is contained in:
@@ -4,24 +4,12 @@ labels:
|
||||
platform: linux/amd64
|
||||
|
||||
steps:
|
||||
build:
|
||||
goreleaser:
|
||||
image: goreleaser/goreleaser
|
||||
when:
|
||||
event: [tag]
|
||||
image: golang:1.24
|
||||
commands:
|
||||
- go get
|
||||
- ./mkrel.sh epuppy v1-${CI_COMMIT_SHA:0:8}
|
||||
#- ./mkrel.sh epuppy ${CI_COMMIT_TAG}
|
||||
|
||||
publish:
|
||||
when:
|
||||
event: [tag]
|
||||
image: woodpeckerci/plugin-release
|
||||
settings:
|
||||
files:
|
||||
- 'releases/epuppy-*-v1-${CI_COMMIT_SHA:0:8}'
|
||||
api_key:
|
||||
environment:
|
||||
GITEA_TOKEN:
|
||||
from_secret: DEPLOY_TOKEN
|
||||
target: main
|
||||
draft: true
|
||||
generate-release-notes: true
|
||||
commands:
|
||||
- goreleaser release --clean --verbose
|
||||
|
||||
Reference in New Issue
Block a user