diff --git a/.woodpecker/default.yml b/.woodpecker/default.yml index b6a4b4a..a94a2eb 100644 --- a/.woodpecker/default.yml +++ b/.woodpecker/default.yml @@ -24,7 +24,7 @@ steps: # Step 3: Upload Release Artifact - name: release - image: woodpeckerci/plugin-gitea-release + image: woodpecker-plugins/release environment: GITEA_URL: "https://git.xyro.win" GITEA_TOKEN: "${GITEA_TOKEN}" # Make sure to set this secret in the Woodpecker UI @@ -33,8 +33,8 @@ steps: ASSET_PATH: "release/main" # Path to the compiled C++ binary when: - branch: - - main # Trigger release only on the main branch + event: + - tag # Trigger release only on the main branch trigger: event: