From 02bd9df059ef03d853577f0bea299c7dabbaeab4 Mon Sep 17 00:00:00 2001 From: zznty <94796179+zznty@users.noreply.github.com> Date: Sun, 6 Nov 2022 21:00:24 +0600 Subject: [PATCH] fix because retarded exmaples --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8f48111..6c71956 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: run: dotnet nuget add source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github - name: Restore dependencies run: dotnet restore Torch.Server/Torch.Server.csproj --use-lock-file - - uses: bhowell2/github-substring-action + - uses: bhowell2/github-substring-action@v1.0.0 id: normalize_version with: value: ${{ env.TORCH_VERSION }}