Skip to content

Commit c4fdada

Browse files
committed
fix: pin bun version and fix changelog URL for release workflow
- Pin setup-bun to explicit version 1.1.29 to avoid 401 auth failures - Fix changelog compare URL from blogic-cz to gaboe organization - Bump version to 0.4.5
1 parent 64a293d commit c4fdada

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Bun
3535
uses: oven-sh/setup-bun@v2
3636
with:
37-
bun-version: latest
37+
bun-version: "1.1.29"
3838

3939
- name: Install dependencies
4040
run: bun install
@@ -76,7 +76,7 @@ jobs:
7676
git log --pretty=format:"- %s (%h)" $PREVIOUS_TAG..HEAD >> CHANGELOG.md
7777
echo "" >> CHANGELOG.md
7878
echo "" >> CHANGELOG.md
79-
echo "**Full Changelog**: https://github.com/blogic-cz/opencode-usage/compare/${PREVIOUS_TAG}...${{ steps.tag.outputs.tag }}" >> CHANGELOG.md
79+
echo "**Full Changelog**: https://github.com/gaboe/opencode-usage/compare/${PREVIOUS_TAG}...${{ steps.tag.outputs.tag }}" >> CHANGELOG.md
8080
fi
8181
8282
echo "changelog<<EOF" >> $GITHUB_OUTPUT

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencode-usage",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"description": "CLI tool for tracking OpenCode AI coding assistant usage and costs",
55
"keywords": [
66
"ai",

0 commit comments

Comments
 (0)