better to read doc
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-09-04 20:56:15 +02:00
parent a8899b5e58
commit 977322dc28

View File

@@ -22,11 +22,9 @@ steps:
- name: push-binary-release - name: push-binary-release
image: plugins/gitea-release image: plugins/gitea-release
settings: settings:
api_url: https://gitea.lardenois.cc base_url: https://gitea.lardenois.cc
username: api_key:
from_secret: gitea_user from_secret: package-drone
token:
from_secret: gitea_token
files: files:
- target/release/node-notifier - target/release/node-notifier
title: "Release ${DRONE_TAG:-v${DRONE_BUILD_NUMBER}}" title: "Release ${DRONE_TAG:-v${DRONE_BUILD_NUMBER}}"