Fix magnet conversion
Some checks failed
Release / goreleaser (push) Failing after 2m4s

This commit is contained in:
Mukhtar Akere
2024-12-19 00:12:29 +01:00
parent 58c0aafab1
commit b77dbcc4f4
2 changed files with 4 additions and 4 deletions

View File

@@ -18,11 +18,8 @@ jobs:
- name: Get version
id: get_version
run: |
echo "All tags:"
git tag
LATEST_TAG=$(git tag | sort -V | tail -n1)
echo "latest_tag=${LATEST_TAG}" >> $GITHUB_ENV
echo "Found tag: ${LATEST_TAG}"
- name: Set up QEMU
uses: docker/setup-qemu-action@v3