diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78b76803..88b5eae3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -242,7 +242,7 @@ jobs: SM_CF_CACHE_PURGE_TOKEN: ${{ secrets.SM_CF_CACHE_PURGE_TOKEN }} SM_CF_ZONE_ID: ${{ secrets.SM_CF_ZONE_ID }} SM_SIGNING_PRIVATE_KEY: ${{ secrets.SM_SIGNING_PRIVATE_KEY }} - run: sm-tools updates publish-matrix-v3 -v $RELEASE_VERSION -y + run: sm-tools updates publish-matrix-v3 -v ${{ github.event.inputs.version }} -y publish-auto-update-b2: name: Publish Auto-Update Release (B2)