Compare commits

..

No commits in common. "f3ba3c0cc095f07e1a63c15da268c7cd20ff18d9" and "ade6a53e1d1ef5506865e9ba144f010f71b82c77" have entirely different histories.

View File

@ -23,11 +23,10 @@ volumes:
- name: jar-cache
path: /localcache
# 触发器配置:针对 PR 和 tag 事件
# 触发器配置:针对 master 分支的 PR
trigger:
event:
- pull_request
- tag
branch:
- main
@ -162,14 +161,14 @@ steps:
# Tag时发布JAR文件到Gitea Release
- name: gitea_release
image: registry.cn-beijing.aliyuncs.com/yinzy/drone-plugins:gitea-release-latest
image: plugins/gitea-release:latest
pull: false
volumes:
- name: jar-cache
path: /localcache
settings:
api_key:
from_secret: gitea_token
from_secret: gitea_api_key
base_url:
from_secret: gitea_base_url
files: