From 80f01dafda6d681a6d6977c2bb11d5750e216d58 Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Thu, 30 May 2024 20:25:37 -0400 Subject: [PATCH] v2.0.0 --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 42fab76..f8d454f 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -41,7 +41,7 @@ jobs: with: make_latest: true append_body: true - name: ${{ APP_NAME }} ${{ github.ref_name }} + name: ${{ env.APP_NAME }} ${{ github.ref_name }} # Upload the artifacts to the release - name: Release uses: softprops/action-gh-release@v2