Skip to content

Commit 8395aea

Browse files
committed
fix: remove extra bin
1 parent 0d23dcd commit 8395aea

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/changelog.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,14 @@ jobs:
1414
fetch-tags: true
1515
fetch-depth: 0
1616
repository: "Govcraft/rust-docs-mcp-server"
17-
ref: ${{ github.head_ref }}
1817
- run: |
1918
wget https://github.com/git-chglog/git-chglog/releases/download/v0.15.4/git-chglog_0.15.4_linux_amd64.tar.gz
2019
tar -xvzf git-chglog_0.15.4_linux_amd64.tar.gz
21-
git switch -c changelog-update
2220
./git-chglog -o CHANGELOG.md
23-
# merge the changelog-update branch into the main branch
21+
rm git-chglog_0.15.4_linux_amd64.tar.gz
22+
rm git-chglog
2423
git config user.name "github-actions[bot]"
2524
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
26-
git add './CHANGELOG.md'
25+
git add .
2726
git commit -m "chore(docs): update CHANGELOG for latest tag"
28-
git checkout main
29-
git merge changelog-update --no-ff -m "chore(docs): update CHANGELOG for latest tag"
3027
git push

0 commit comments

Comments
 (0)