Merge pull request #20059 from backstage/freben/tagz
fetch tags too in the VP flow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user