ci: 👷 fetch git tags in release pipeline
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
e5872512a3
commit
0f1aaae80f
@ -21,7 +21,7 @@ steps:
|
|||||||
from_secret: git_user
|
from_secret: git_user
|
||||||
image: python:3.12
|
image: python:3.12
|
||||||
name: bump version and generate changelog
|
name: bump version and generate changelog
|
||||||
- image: gitea.dikurium.ch/innopeak/drone-gitea-release:0.3.2
|
- image: gitea.dikurium.ch/innopeak/drone-gitea-release:0.4.0
|
||||||
name: create release
|
name: create release
|
||||||
settings:
|
settings:
|
||||||
gitea_password:
|
gitea_password:
|
||||||
@ -33,6 +33,7 @@ steps:
|
|||||||
owner: innopeak
|
owner: innopeak
|
||||||
repo: gqlgen-contrib
|
repo: gqlgen-contrib
|
||||||
skip_if_no_notes_file: true
|
skip_if_no_notes_file: true
|
||||||
|
fetch_git_tags: true
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
Loading…
Reference in New Issue
Block a user