Skip to content

Commit 82e9d31

Browse files
authored
Don't add any dist files when creating a release (#20)
This library is only distributed through crates.io.
2 parents b349c14 + f4d0306 commit 82e9d31

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)