ci: fetch tags during checkout (#806)
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/806 Reviewed-by: justusbunsi <[email protected]> Co-authored-by: pat-s <[email protected]> Co-committed-by: pat-s <[email protected]>
This commit is contained in:
@@ -14,6 +14,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apk add -q --update --no-cache nodejs curl jq sed
|
apk add -q --update --no-cache nodejs curl jq sed
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-tags: true
|
||||||
- name: Generate upcoming changelog
|
- name: Generate upcoming changelog
|
||||||
run: |
|
run: |
|
||||||
git sv rn -o changelog.md
|
git sv rn -o changelog.md
|
||||||
|
|||||||
Reference in New Issue
Block a user