From 17bcdcf019f01b8daffc9ae8511ebc947984540e Mon Sep 17 00:00:00 2001 From: Simon Condon Date: Sun, 21 Jan 2024 16:19:29 +0000 Subject: [PATCH] Updated obsolete GitHub workflow element. --- .github/workflows/PushNuGetPackages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PushNuGetPackages.yml b/.github/workflows/PushNuGetPackages.yml index 45a88b3..705388f 100644 --- a/.github/workflows/PushNuGetPackages.yml +++ b/.github/workflows/PushNuGetPackages.yml @@ -21,7 +21,7 @@ jobs: - name: Get release tag id: getReleaseTag - run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} + run: echo VERSION=${GITHUB_REF/refs\/tags\//} >> $GITHUB_OUTPUT - name: Build working-directory: ./src