From acd118a46786ee01469d716845fecb9730a4358b Mon Sep 17 00:00:00 2001 From: mashal-m Date: Fri, 26 May 2023 16:38:53 +0500 Subject: [PATCH] refactor: update ci file --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59ef793..18d48e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,9 +44,8 @@ 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.test }} + output1: ${{ steps.ver.outputs.nextVer }} print: needs: tests