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