Skip to content

Commit d885eae

Browse files
authored
Update release-cli.yml (#319)
1 parent 050e66a commit d885eae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release-cli.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,8 @@ jobs:
267267
268268
This PR was automatically created by the CLI release workflow." \
269269
--base master \
270-
--head "$BRANCH_NAME" \
271-
--label "automated" \
272-
--label "cli" || echo "Failed to create PR, but continuing with release"
270+
--head "$BRANCH_NAME" || echo "Failed to create PR, but continuing with release"
271+
273272
env:
274273
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
275274

0 commit comments

Comments
 (0)