Skip to content

Commit 5d83790

Browse files
committed
gh action
1 parent 41e5f6f commit 5d83790

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ jobs:
5353
--title "chore: bump version" \
5454
--body "Automated version bump" \
5555
--base main \
56-
--head $BRANCH_NAME \
57-
--label "automated" \
58-
--label "version-bump"
56+
--head $BRANCH_NAME
5957
env:
6058
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6159
GITHUB_CLI_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)