Skip to content

Commit a59fdda

Browse files
committed
fix: update release workflow to properly handle labels
1 parent c7b850c commit a59fdda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
--config-file=release-please-config.json \
7777
--manifest-file=.release-please-manifest.json \
7878
--release-as=$NEXT_VERSION \
79+
--skip-labeling \
7980
--token=${{ secrets.GITHUB_TOKEN }}
8081
8182
echo "releases_created=true" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)