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:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Calculate semver tags
|
||||
id: semver_tags
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user