Skip to content

Commit

Permalink
fix: remove git checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
simon511000 committed Apr 6, 2024
1 parent cbbee69 commit 2d06bbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d06bbe

Please sign in to comment.