From 343d1635b5ed0560e54c036abfe7048d2e07a662 Mon Sep 17 00:00:00 2001 From: Arun Sathiya Date: Mon, 29 Jan 2024 09:33:02 -0800 Subject: [PATCH] ci: Use GITHUB_OUTPUT envvar instead of set-output command (#156) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25f28bc..ba53159 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: Get tag version if: contains(matrix.os, 'ubuntu') && startsWith(github.ref, 'refs/tags/') id: get_tag_version - run: echo ::set-output name=TAG_VERSION::${GITHUB_REF/refs\/tags\//} + run: echo TAG_VERSION=${GITHUB_REF/refs\/tags\//} >> "$GITHUB_OUTPUT" - name: Publish deno.land/x uses: denoland/publish-folder@82ce065074e7174baf444332c4b7c40869a4909a