Merge "Move git tag fetching to release notes job"
This commit is contained in:
commit
edd0b84d84
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -29,8 +29,6 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Calculate semver tags
|
||||
id: semver_tags
|
||||
run: |
|
||||
@ -96,6 +94,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Download release notes utility
|
||||
run: |
|
||||
sudo npm install github-release-notes -g
|
||||
|
Loading…
x
Reference in New Issue
Block a user