Skip to content

Commit 776c822

Browse files
authored
Merge pull request #59 from TraGicCode/refactor-automated-release-process-fix-8
Refactor automated release process fix round 8
2 parents 47c83a9 + fb55500 commit 776c822

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Publish Docker Image
22

33
on:
44
release:
5-
types: [published]
5+
types: [released]
66

77
permissions:
88
id-token: write

.github/workflows/dotnet_tool_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Publish .NET Tool
22

33
on:
44
release:
5-
types: [published]
5+
types: [released]
66

77
jobs:
88
build-and-pack:

0 commit comments

Comments
 (0)