From 19d3ddcb066498c46f0f73a924f6c47793487dd6 Mon Sep 17 00:00:00 2001 From: Niloofar Date: Wed, 14 Feb 2024 13:37:01 +0800 Subject: [PATCH] fix: version issue --- .github/workflows/release.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 550714fdb3..1059b55e07 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: pull-requests: write # to be able to comment on released pull requests id-token: write # to enable use of OIDC for npm provenance outputs: - RELEASE_VERSION: ${{ steps.extract_version.outputs.RELEASE_VERSION }} + RELEASE_VERSION: ${{ steps.extract_version.outputs }} steps: - name: Checkout uses: actions/checkout@v3 @@ -45,8 +45,7 @@ jobs: run: npx semantic-release - name: Extract Version id: extract_version - run: | - release_version=$(npm run app:version) + run: npm run app:version - name: Trigger Quill Icons Park release if: success() env: