From e0b6d65b9cdd236894278c28eb024996789979a8 Mon Sep 17 00:00:00 2001 From: Thyge Steffensen <31892312+thygesteffensen@users.noreply.github.com> Date: Wed, 14 Dec 2022 13:58:56 +0100 Subject: [PATCH] ci: Typo in secret --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f76d881..9c848fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: working-directory: .\\.github\\workflows env: CI_NUGET_API_KEY: ${{ secrets.NUGETAPIKEY }} - GITHUB_TOKEN: ${{ secrets.GITUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GIT_AUTHOR_NAME: thygesteffensen GIT_AUTHOR_EMAIL: 31892312+thygesteffensen@users.noreply.github.com run: npx semantic-release \ No newline at end of file