From cb48277d09b832bcbf978879a7234a87cec874e4 Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Thu, 6 Jun 2024 08:28:03 +0200 Subject: [PATCH] fix typo --- .github/workflows/make-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index b6b1ecc5a5c..6f4aa2c4b69 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest environment: name: Production - url: ${{ steps.publish-githug.release.outputs.html_url }} + url: ${{ steps.publish-github-release.outputs.html_url }} steps: - name: Checkout uses: actions/checkout@v4