From 2d06bbed8ecc31f9559f535d8ea234f7506b9771 Mon Sep 17 00:00:00 2001 From: Simon Ledoux Date: Sat, 6 Apr 2024 18:38:07 +0000 Subject: [PATCH] fix: remove git checkout --- .github/workflows/release-please.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index d226eba..2d00b5d 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -29,7 +29,6 @@ jobs: git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com git remote add gh-token "https://${{ secrets.GITHUB_TOKEN}}@github.com/simon511000/MiaouNotes.git" - git checkout -b master git add -f build git commit -a -m 'chore: ${{ steps.release.outputs.tag_name }} release' git push origin master