From 53e481c98185e25fbba5626cf650d61fad3d41d3 Mon Sep 17 00:00:00 2001 From: Caleb Doxsey Date: Mon, 17 Apr 2023 15:48:31 -0600 Subject: [PATCH] fix deprecation --- .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 7e95320..c51d88c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: run: | TAG=${GITHUB_REF##*/} # echo ::set-output name=tag::${TAG} - echo ::set-output name=tag::v1.25.5 + echo "tag=v1.25.5" >> $GITHUB_OUTPUT - name: Checkout uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab