1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

Add git fetch --tags to release-selfhost

This commit is contained in:
Rory Powell 2022-08-10 16:17:56 +01:00
parent 437024d5c7
commit e8bf52a3a1

View file

@ -38,7 +38,9 @@ jobs:
echo "RELEASE_VERSION=$release_version" >> $GITHUB_ENV
- name: Checkout tag
run: git checkout v${{ env.RELEASE_VERSION }}
run: |
git fetch --tags
git checkout v${{ env.RELEASE_VERSION }}
- name: Tag and release Docker images (Self Host)
run: |