Merge "Move git tag fetching to release notes job"

This commit is contained in:
Zuul 2021-03-22 18:29:38 +00:00 committed by Gerrit Code Review
commit edd0b84d84

View File

@ -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