We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8c6f5 commit 601bf21Copy full SHA for 601bf21
.github/workflows/changelog.yml
@@ -14,6 +14,7 @@ jobs:
14
fetch-tags: true
15
fetch-depth: 0
16
repository: "Govcraft/rust-docs-mcp-server"
17
+ - run: git checkout HEAD^
18
19
- name: Install gitchglog
20
run: |
@@ -27,7 +28,6 @@ jobs:
27
28
29
git config user.name "github-actions[bot]"
30
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- git checkout main
31
git add './CHANGELOG.md'
32
git commit -m "chore(docs): update CHANGELOG for latest tag"
33
- git push origin main
+ git push origin HEAD:main
0 commit comments