fix release workflow formatting

This commit is contained in:
0R3Z
2026-02-02 12:51:01 +01:00
parent 168a410129
commit f9c85a1f35

View File

@@ -3,7 +3,7 @@ on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
@@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
submodules: "recursive"
fetch-depth: 0
- name: Git config safe directory
@@ -137,7 +137,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
submodules: "recursive"
fetch-depth: 0
- name: Git config safe directory
@@ -191,7 +191,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
submodules: "recursive"
fetch-depth: 0
- name: Create Build Environment