File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
src/GitHubActionsPlayground Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ name : Create release (from develop only!)
2
+
3
+ on :
4
+ workflow_dispatch :
5
+
6
+ jobs :
7
+ release :
8
+ uses : georg-eckert-zeiss/ghp/.github/workflows/create-support-release.yml@main
9
+ with :
10
+ generate_release_notes : true
11
+ secrets : inherit
Original file line number Diff line number Diff line change @@ -19,3 +19,4 @@ The following actions exist:
19
19
+ test 11
20
20
+ test 12
21
21
+ 13
22
+ + 14
Original file line number Diff line number Diff line change 11
11
<PropertyGroup >
12
12
<TargetFrameworks >netstandard2.0;netcoreapp3.1;net48;net6.0</TargetFrameworks >
13
13
<LangVersion >latest</LangVersion >
14
- <PackageVersion >4.0.0 </PackageVersion >
14
+ <PackageVersion >4.0.2 </PackageVersion >
15
15
</PropertyGroup >
16
16
17
17
<PropertyGroup Label =" Assembly information" >
18
18
<AssemblyTitle >A test project for reusable GitHub actions.</AssemblyTitle >
19
19
<AssemblyName >GitHubActionsPlayground</AssemblyName >
20
- <AssemblyVersion >4.0.0 </AssemblyVersion >
20
+ <AssemblyVersion >4.0.2 </AssemblyVersion >
21
21
<Company >Carl Zeiss Industrielle Messtechnik GmbH</Company >
22
22
<Copyright >Copyright © 2022 $(Company)</Copyright >
23
23
<Description >This does nothing useful.</Description >
You can’t perform that action at this time.
0 commit comments