Update .publish.yaml
This commit is contained in:
parent
4809db788c
commit
624d7b455c
|
@ -1,5 +1,6 @@
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
|
event: tag
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
|
@ -9,8 +10,6 @@ steps:
|
||||||
- export ANSIBLE_COLLECTION=slococo/playground
|
- export ANSIBLE_COLLECTION=slococo/playground
|
||||||
- cd "$ANSIBLE_COLLECTION"
|
- cd "$ANSIBLE_COLLECTION"
|
||||||
- ansible-galaxy collection build --output-path "$CI_WORKSPACE"
|
- ansible-galaxy collection build --output-path "$CI_WORKSPACE"
|
||||||
when:
|
|
||||||
event: tag
|
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-gitea-release
|
image: woodpeckerci/plugin-gitea-release
|
||||||
|
@ -21,8 +20,6 @@ steps:
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: FORGEJO_ACCESS_TOKEN
|
from_secret: FORGEJO_ACCESS_TOKEN
|
||||||
target: master
|
target: master
|
||||||
when:
|
|
||||||
event: tag
|
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- lint
|
- lint
|
||||||
|
|
Loading…
Reference in New Issue