From ef1e363ce518047ee5d098b3b1ccecdeccecfbaa Mon Sep 17 00:00:00 2001 From: Luke Craig Date: Fri, 16 Feb 2024 10:13:05 -0500 Subject: [PATCH] change release name structure --- .github/workflows/publish_deb.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_deb.yml b/.github/workflows/publish_deb.yml index 361ab31..6613050 100644 --- a/.github/workflows/publish_deb.yml +++ b/.github/workflows/publish_deb.yml @@ -22,8 +22,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: libosi_${{ steps.version.outputs.version }} - release_name: libosi_${{ steps.version.outputs.version }} + tag_name: ${{ steps.version.outputs.version }} + release_name: ${{ steps.version.outputs.version }} build_deb: needs: create_release