Merge "Fix calculation of previous tag for release notes gen"
This commit is contained in:
commit
b34d0ba918
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -29,6 +29,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Calculate semver tags
|
- name: Calculate semver tags
|
||||||
id: semver_tags
|
id: semver_tags
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user