mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 06:48:56 +00:00
parent
ff1c5815bb
commit
ae9c51df7c
1 changed files with 2 additions and 1 deletions
|
@ -804,11 +804,12 @@ steps:
|
||||||
depends_on: [gpg-sign]
|
depends_on: [gpg-sign]
|
||||||
|
|
||||||
- name: github
|
- name: github
|
||||||
image: plugins/github-release:1
|
image: plugins/github-release:latest
|
||||||
pull: always
|
pull: always
|
||||||
settings:
|
settings:
|
||||||
files:
|
files:
|
||||||
- "dist/release/*"
|
- "dist/release/*"
|
||||||
|
file_exists: overwrite
|
||||||
environment:
|
environment:
|
||||||
GITHUB_TOKEN:
|
GITHUB_TOKEN:
|
||||||
from_secret: github_token
|
from_secret: github_token
|
||||||
|
|
Loading…
Reference in a new issue