Skip to content

Commit 63d20d7

Browse files
committed
release: fix artifact sent to github release
1 parent 39f5fda commit 63d20d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: ${{ steps.version-check.outputs.skipped == 'false' }}
4848
uses: softprops/action-gh-release@v1
4949
with:
50-
files: dist/**/*
50+
files: dist/bump-*.tar.gz
5151
draft: true
5252
tag_name: ${{ steps.version-check.outputs.tag }}
5353
env:

0 commit comments

Comments
 (0)