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:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user