We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e5f6f commit 5d83790Copy full SHA for 5d83790
.github/workflows/publish.yml
@@ -53,9 +53,7 @@ jobs:
53
--title "chore: bump version" \
54
--body "Automated version bump" \
55
--base main \
56
- --head $BRANCH_NAME \
57
- --label "automated" \
58
- --label "version-bump"
+ --head $BRANCH_NAME
59
env:
60
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
GITHUB_CLI_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments