1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-06-03 13:16:09 +02:00

allow overwrite artifacts for github releases (#18987)

This commit is contained in:
6543 2022-03-03 15:28:41 +01:00 committed by GitHub
parent eddd2fb242
commit e800bc0cf4
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -804,11 +804,12 @@ steps:
depends_on: [gpg-sign]
- name: github
image: plugins/github-release:1
image: plugins/github-release:latest
pull: always
settings:
files:
- "dist/release/*"
file_exists: overwrite
environment:
GITHUB_TOKEN:
from_secret: github_token