Skip to content

Commit 1e84cc4

Browse files
committed
Fix the event type for NuGet publish
1 parent e64b260 commit 1e84cc4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Publish Release Packages
22

33
on:
44
release:
5-
types:
6-
- created
5+
types: [published]
76

87
jobs:
98

0 commit comments

Comments
 (0)