From 9480f20d440b8ed5b7ed3f6ab86824a5b5189c27 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sat, 14 Jan 2023 03:20:37 +0100 Subject: [PATCH] ci: fix spelling mistake --- .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 e74a66c1..ab935554 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: with: # Make sure the release step uses its own credentials: # https://github.com/cycjimmy/semantic-release-action#private-packages - fersist-credentials: false + persist-credentials: false fetch-depth: 0 - name: Set up JDK uses: actions/setup-java@v3