mirror of
https://codeberg.org/scip/epuppy.git
synced 2025-12-17 12:31:02 +01:00
Compare commits
2 Commits
v0.0.7-cb1
...
v0.0.7-cb4
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ceed77fd0 | |||
| 60a1d545ed |
@@ -6,7 +6,7 @@ labels:
|
||||
steps:
|
||||
build:
|
||||
when:
|
||||
event: [push]
|
||||
event: [tag]
|
||||
image: golang:1.24
|
||||
commands:
|
||||
- go get
|
||||
@@ -15,10 +15,11 @@ steps:
|
||||
|
||||
publish:
|
||||
when:
|
||||
event: [push]
|
||||
event: [tag]
|
||||
image: woodpeckerci/plugin-release
|
||||
settings:
|
||||
files:
|
||||
- 'releases/epuppy-*-v1-${CI_COMMIT_SHA:0:8}'
|
||||
api_key:
|
||||
from_secret: DEPLOY_TOKEN
|
||||
target: woodpecker
|
||||
|
||||
Reference in New Issue
Block a user