Skip to content

Commit f4d0306

Browse files
committed
Don't add any dist files when creating a release
This library is only distributed through crates.io. Signed-off-by: Sahas Subramanian <[email protected]>
1 parent b349c14 commit f4d0306

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
--notes-file RELEASE_NOTES.md \
5555
--generate-notes \
5656
$extra_opts \
57-
$REF_NAME \
58-
dist/*
57+
$REF_NAME
5958
env:
6059
REF_NAME: ${{ github.ref_name }}
6160
REPOSITORY: ${{ github.repository }}

0 commit comments

Comments
 (0)