See if this propagates annotated tags to runners

This commit is contained in:
Marcus Holland-Moritz 2023-07-09 18:29:05 +02:00
parent 2cdb3de35f
commit db8b4a7716

View File

@ -32,6 +32,7 @@ jobs:
with:
submodules: 'true'
fetch-depth: '0'
ref: ${{ github.ref }}
- name: Set MSVC Dev Environment
uses: ilammy/msvc-dev-cmd@v1
@ -101,6 +102,7 @@ jobs:
with:
submodules: 'true'
fetch-depth: '0'
ref: ${{ github.ref }}
- name: Build Docker Image
run: |