Skip to content

Commit

Permalink
fix: version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
niloofar-deriv committed Feb 14, 2024
1 parent c531a81 commit 19d3ddc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 19d3ddc

Please sign in to comment.