diff --git a/.github/workflows/create-support-release.yml b/.github/workflows/create-support-release.yml new file mode 100644 index 0000000..8a4d7f8 --- /dev/null +++ b/.github/workflows/create-support-release.yml @@ -0,0 +1,11 @@ +name: Create release (from develop only!) + +on: + workflow_dispatch: + +jobs: + release: + uses: georg-eckert-zeiss/ghp/.github/workflows/create-support-release.yml@main + with: + generate_release_notes: true + secrets: inherit diff --git a/README.md b/README.md index 07f600a..9dfce24 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,4 @@ The following actions exist: + test 11 + test 12 + 13 ++ 14 diff --git a/src/GitHubActionsPlayground/GitHubActionsPlayground.csproj b/src/GitHubActionsPlayground/GitHubActionsPlayground.csproj index d49e416..8660f00 100644 --- a/src/GitHubActionsPlayground/GitHubActionsPlayground.csproj +++ b/src/GitHubActionsPlayground/GitHubActionsPlayground.csproj @@ -11,13 +11,13 @@ netstandard2.0;netcoreapp3.1;net48;net6.0 latest - 4.0.0 + 4.0.2 A test project for reusable GitHub actions. GitHubActionsPlayground - 4.0.0 + 4.0.2 Carl Zeiss Industrielle Messtechnik GmbH Copyright © 2022 $(Company) This does nothing useful.