Merge pull request #20059 from backstage/freben/tagz

fetch tags too in the VP flow
This commit is contained in:
Patrik Oldsberg
2023-09-21 00:34:35 +02:00
committed by GitHub
@@ -16,6 +16,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 20000
fetch-tags: true
token: ${{ secrets.GH_SERVICE_ACCOUNT_TOKEN }}
- name: Install Dependencies
run: yarn --immutable