diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81785bc..ed84d5b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: id: tag run: | # renovate: datasource=github-releases depName=amadvance/snapraid versioning=loose - SNAPRAID_VERSION=v12.2 + SNAPRAID_VERSION=v12.3 echo "SNAPRAID_VERSION_V=$(echo ${SNAPRAID_VERSION})" >> $GITHUB_ENV echo "SNAPRAID_VERSION=$(echo ${SNAPRAID_VERSION} | cut -c 2-)" >> $GITHUB_ENV - name: Build snapraid