From a487e00cbee54d47cd02049b77e716efdb1cf3a9 Mon Sep 17 00:00:00 2001 From: Lando Toothman <25360446+TheLandolorien@users.noreply.github.com> Date: Mon, 2 Oct 2023 23:18:51 -0400 Subject: [PATCH] fix: Ensure package assets are included in release --- .github/workflows/delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/delivery.yml b/.github/workflows/delivery.yml index 5039a6d..62a42fb 100644 --- a/.github/workflows/delivery.yml +++ b/.github/workflows/delivery.yml @@ -76,7 +76,7 @@ jobs: poetry build git commit -am "chore: Bump package version to v$package_version" --no-verify git push - gh release create --generate-notes "v$package_version" "./dist/*$package_version0*" + gh release create --generate-notes "v$package_version" ./dist/*${package_version}* - name: Clean Up GPG Credentials env: