From 624d7b455cda90ef6006e8dc52f3127f3e2b14d4 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 15 Apr 2024 19:13:05 +0200 Subject: [PATCH] Update .publish.yaml --- .woodpecker/.publish.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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