From eaedd5d244726648c1feba63c5fb595da330699e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deluan=20Quint=C3=A3o?= Date: Thu, 10 Oct 2024 11:26:10 -0400 Subject: [PATCH] Fix versions (#3) --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b98783..7b4372c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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