From 77ec0fca817df708abb88b22761fc5ff3e4e2974 Mon Sep 17 00:00:00 2001 From: James Wood Date: Mon, 6 Jan 2025 13:57:09 -0800 Subject: [PATCH] Fixed typeo, added $ --- .github/workflows/build-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pipeline.yml b/.github/workflows/build-pipeline.yml index be953234..9f2f91bf 100644 --- a/.github/workflows/build-pipeline.yml +++ b/.github/workflows/build-pipeline.yml @@ -260,8 +260,8 @@ jobs: github.ref == 'refs/heads/main' uses: softprops/action-gh-release@v2 with: - tag_name: "${{ env.software_version }}" # Use the tag that triggered the action - name: Release v{{ env.software_version }} + tag_name: ${{ env.software_version }} # Use the tag that triggered the action + name: Release v${{ env.software_version }} draft: false generate_release_notes: true token: ${{ secrets.GITHUB_TOKEN }}