diff --git a/.woodpecker.yaml b/.woodpecker.yaml index dd5d8f7..f7d939e 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -6,16 +6,5 @@ steps: - ls -lh - file baloon - - name: release - image: plugins/gitea-release - # image: woodpeckerci/plugin-gitea-release - settings: - base_url: https://git.zunet.ru - files: - - "baloon" - api_key: - from_secret: SEC1 - target: main - title: ${CI_COMMIT_TAG##v} - when: - - event: tag \ No newline at end of file + + \ No newline at end of file diff --git a/publish.yaml b/publish.yaml new file mode 100644 index 0000000..a11efe5 --- /dev/null +++ b/publish.yaml @@ -0,0 +1,13 @@ +publish: + # image: woodpeckerci/plugin-gitea-release + image: plugins/gitea-release + settings: + base_url: https://git.zunet.ru + files: + - "baloon" + api_key: + from_secret: SEC1 + target: main + title: ${CI_COMMIT_TAG##v} +depends_on: + - build \ No newline at end of file