v0.0.4 | Fix CI version parsing issue
All checks were successful
Build And Test / build-and-push (push) Successful in 1m1s

- Replace read-file-action with shell command to properly trim newlines
- Bump version to v0.0.4

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-14 09:47:38 +09:00
parent b491984797
commit 02409a24c5
2 changed files with 2 additions and 4 deletions

View File

@ -17,9 +17,7 @@ jobs:
- name: Retrieve version
id: img-ver
uses: juliangruber/read-file-action@v1
with:
path: ./version
run: echo "content=$(cat ./version | tr -d '\n')" >> $GITHUB_OUTPUT
- name: Install Docker
run: |