Skip to content

Commit 353777e

Browse files
committed
fix: change release cli naming issue in workflow path
1 parent 2ed3d17 commit 353777e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [feat/cli_releaser, master]
66
paths:
77
- "cli/**"
8-
- ".github/workflows/build-and-package-cli.yml"
8+
- ".github/workflows/release-cli.yml"
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)