ci: Make "release / tag" job detect existing tags

The release / tag job has logic to decide whether to push a new tag on
stable branches, which depends on the all the tags being fetched. The
checkout action doesn't do that by default, so enable that.
This commit is contained in:
Wolfgang Walther
2024-05-07 08:09:00 +02:00
parent df9b373465
commit b006016d07
+1
View File
@@ -120,6 +120,7 @@ jobs:
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-tags: true
ssh-key: ${{ secrets.POSTGREST_SSH_KEY }}
- name: Tag latest commit
run: |