diff --git a/.woodpecker/.publish.yaml b/.woodpecker/.publish.yaml new file mode 100644 index 0000000..a512a6a --- /dev/null +++ b/.woodpecker/.publish.yaml @@ -0,0 +1,8 @@ +steps: + - name: deploy + image: woodpeckerci/plugin-release + settings: + files: + - 'publish/*/*' +depends_on: + - build \ No newline at end of file