diff --git a/.woodpecker/.publish.yaml b/.woodpecker/.publish.yaml index 4a437bb..2b99e7b 100644 --- a/.woodpecker/.publish.yaml +++ b/.woodpecker/.publish.yaml @@ -1,5 +1,6 @@ when: branch: master + event: tag steps: build: @@ -9,8 +10,6 @@ steps: - export ANSIBLE_COLLECTION=slococo/playground - cd "$ANSIBLE_COLLECTION" - ansible-galaxy collection build --output-path "$CI_WORKSPACE" - when: - event: tag publish: image: woodpeckerci/plugin-gitea-release @@ -21,8 +20,6 @@ steps: api_key: from_secret: FORGEJO_ACCESS_TOKEN target: master - when: - event: tag depends_on: - lint