Skip to content

Commit

Permalink
fix: fix release, add back ref to checkout
Browse files Browse the repository at this point in the history
Adds the ref property back to the repo checkout

fixes release CI
  • Loading branch information
jmesrje committed Dec 15, 2024
1 parent 36ba836 commit bdd6ae7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
release-body: ${{ steps.update-changelog.outputs.release-notes }}
steps:
- uses: actions/checkout@v4
with:
ref: main

- name: Update changelog
id: update-changelog
Expand Down

0 comments on commit bdd6ae7

Please sign in to comment.