Skip to content

Commit a6eaf9f

Browse files
authored
Update ActionWrapper.psm1
changed published to released as it's correct event type
1 parent f51a7c7 commit a6eaf9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ActionWrapper.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function Invoke-Action {
1111
'issue_comment' { Initialize-PR }
1212
'schedule' { Initialize-Scheduled }
1313
'workflow_dispatch' { Initialize-Scheduled }
14-
'published' { Initialize-Scheduled }
14+
'release' { Initialize-Scheduled }
1515
'issues' { Initialize-Issue }
1616
default { Write-Log 'Not supported event type' }
1717
}

0 commit comments

Comments
 (0)