Skip to content

Commit cd5cbf1

Browse files
committed
fix: checkout via ref to skip detach
1 parent 601bf21 commit cd5cbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-tags: true
1515
fetch-depth: 0
1616
repository: "Govcraft/rust-docs-mcp-server"
17-
- run: git checkout HEAD^
17+
ref: ${{ github.head_ref }}
1818

1919
- name: Install gitchglog
2020
run: |

0 commit comments

Comments
 (0)