allow overwrite artifacts for github releases (#18987)

forgejo
6543 2 years ago committed by GitHub
parent eddd2fb242
commit e800bc0cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save