[ACA-4649] fetch all tags for tagging check

This commit is contained in:
Denys Vuika
2023-03-07 13:24:31 +00:00
parent 4a681f331d
commit ab900f9c41
+3 -1
View File
@@ -90,11 +90,13 @@ jobs:
dry-run: ${{ inputs.dry-run-release }}
publish-git-tag:
name: "Publish git tag"
name: "Publish Git Tag"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup node
uses: actions/setup-node@v3
with: