We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9628bc0 commit a6f33d1Copy full SHA for a6f33d1
1 file changed
.github/workflows/automatic_tagged_release.yml
@@ -5,6 +5,10 @@ on:
5
paths:
6
- 'docs/Doxyfile'
7
branches: [ master ]
8
+
9
+env:
10
+ # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
11
+ BUILD_TYPE: Release
12
13
jobs:
14
tagged-release:
0 commit comments