Skip to content

Commit 825fbbf

Browse files
ci: resolve detached HEAD issue in changelog job (#758)
Modify checkout step in release-prod.yaml to checkout main branch instead of tag, allowing create-pull-request action to function properly when generating changelog PRs. Signed-off-by: Nick Fedor <[email protected]>
1 parent c86c8f5 commit 825fbbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-prod.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
3535
with:
36+
ref: 'main'
3637
fetch-depth: 0
3738

3839
- name: Import GPG key

0 commit comments

Comments
 (0)