Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Oct 10, 2024
1 parent 66b79b0 commit ef7973a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:

- name: Load version
id: version
run: cat .versions >> $GITHUB_ENV
run: |
source .versions
echo "TAGLIB_VERSION=$TAGLIB_VERSION" >> $GITHUB_ENV
echo "TAGLIB_SHA=$TAGLIB_SHA" >> $GITHUB_ENV
- name: Build
uses: docker/build-push-action@v5
Expand Down

0 comments on commit ef7973a

Please sign in to comment.