From ee92f5e63a76529b1bb7a1a23f07c258b587f458 Mon Sep 17 00:00:00 2001 From: mashal-m Date: Fri, 26 May 2023 16:31:12 +0500 Subject: [PATCH] refactor: update ci file --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18d48e4..59ef793 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,8 +44,9 @@ jobs: NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} run: npx semantic-release id: ver + run: echo "test=hello" >> "$GITHUB_OUTPUT" outputs: - output1: ${{ steps.ver.outputs.nextVer }} + output1: ${{ steps.ver.outputs.test }} print: needs: tests