Skip to content

Commit

Permalink
git: fix headless branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanYuuki committed Nov 29, 2024
1 parent 861c253 commit 984361e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,9 @@ jobs:
run: |
git config user.name "github-actions"
git config user.email "[email protected]"
git checkout main # Ensure we're on the 'main' branch (or the branch you use)
git add changelog.md
git commit -m "Add changelog for ${{ github.ref_name }}"
git push origin main # Push to 'main' (or the correct branch)
git push origin HEAD:main
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 984361e

Please sign in to comment.