From 6e36346ad4fc7491520ac7fe54e241897df463ac Mon Sep 17 00:00:00 2001 From: Fedor Korotkiy Date: Fri, 10 Mar 2023 16:27:51 +0400 Subject: [PATCH] Fix export --- .releaser-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaser-ci.yml b/.releaser-ci.yml index 922ce02..2f978cd 100644 --- a/.releaser-ci.yml +++ b/.releaser-ci.yml @@ -65,7 +65,7 @@ push-to-github: script: - testtool list-private-files > /tmp/private_files.txt - git filter-repo --force --paths-from-file /tmp/private_files.txt --invert-path - - echo $GITHUB_PUSH_KEY | base64 -d > private.key + - echo $GITHUB_PUSH_KEY | base64 -d > private.key && chmod go-rwx private.key - git branch -D main || true - git checkout -b main - git remote rm github || true