From 825e0e1b10b7fc93542910299ab5892942ecb48c Mon Sep 17 00:00:00 2001 From: qwerty287 <80460567+qwerty287@users.noreply.github.com> Date: Thu, 18 Apr 2024 17:16:16 +0200 Subject: [PATCH] Use our github-release plugin (#3624) Co-authored-by: Patrick Schratz --- .woodpecker/binaries.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.woodpecker/binaries.yaml b/.woodpecker/binaries.yaml index 2109c4840..3a43d3609 100644 --- a/.woodpecker/binaries.yaml +++ b/.woodpecker/binaries.yaml @@ -90,11 +90,10 @@ steps: release: depends_on: - checksums - image: docker.io/plugins/github-release - secrets: - - source: github_token - target: github_release_api_key + image: woodpeckerci/plugin-github-release:1.1.2 settings: + api_key: + from_secret: github_token files: - dist/*.tar.gz - dist/*.deb