Skip to content

Commit 2d4e5a3

Browse files
authored
Merge pull request #61 from TraGicCode/refactor-automated-release-process-fix-9
Refactor automated release process fix round 9
2 parents acc5129 + d9fb671 commit 2d4e5a3

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/docker_build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Build and Publish Docker Image
22

33
on:
4-
release:
5-
types: [released]
4+
workflow_run:
5+
workflows: [Release]
6+
types:
7+
- completed
68

79
permissions:
810
id-token: write

.github/workflows/dotnet_tool_build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Build and Publish .NET Tool
22

33
on:
4-
release:
5-
types: [released]
4+
workflow_run:
5+
workflows: [Release]
6+
types:
7+
- completed
68

79
jobs:
810
build-and-pack:

0 commit comments

Comments
 (0)