Skip to content

Commit

Permalink
checkout main
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmEmanuel committed Jan 5, 2024
1 parent ebcd7df commit 5b6e718
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/PublishReleaseAndModule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: main
fetch-depth: 2

- name: Get changelog
Expand Down Expand Up @@ -42,4 +43,4 @@ jobs:
git add CHANGELOG.md
git commit -m "docs: Update changelog for ${{ github.ref_name }}"
git push
git push origin main

0 comments on commit 5b6e718

Please sign in to comment.