Skip to content

Commit 44845b8

Browse files
committed
fix: release pipeline manual operation
1 parent 5164cb6 commit 44845b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Release
33
on:
44
release:
55
types: [published] # Triggers when a release is published
6+
workflow_dispatch: # Allows manual run from GitHub UI
67

78
jobs:
89
build_release:

0 commit comments

Comments
 (0)