From 6d0af3aa95923f26d78244a2b0829bb47ca20720 Mon Sep 17 00:00:00 2001 From: Kacper Kula Date: Thu, 22 May 2025 14:44:25 +0100 Subject: [PATCH] chore: enabling setting up github user --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ed31e5..5232c20 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,5 @@ jobs: title: "Release: $VERSION" commit: "release: Release $VERSION" createGithubReleases: false # this is handled inside ci:publish script - setupGitUser: false # this is handled inside ci:publish script env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file