v0.0.4 | Fix CI version parsing issue
All checks were successful
Build And Test / build-and-push (push) Successful in 1m1s
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:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -17,9 +17,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Retrieve version
|
- name: Retrieve version
|
||||||
id: img-ver
|
id: img-ver
|
||||||
uses: juliangruber/read-file-action@v1
|
run: echo "content=$(cat ./version | tr -d '\n')" >> $GITHUB_OUTPUT
|
||||||
with:
|
|
||||||
path: ./version
|
|
||||||
|
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user