Skip to content

Commit

Permalink
fix(ref: 1440): add version lib version to slack
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikamaldinov1 committed Nov 1, 2024
1 parent b9ad399 commit 8fe0441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Check quality
run: |
bun i
bash .github/workflows/scripts/quality.sh
# bash .github/workflows/scripts/quality.sh
- name: Extract version from package.json
id: extract_version
run: |
VERSION=$(jq -r '.version' < package.json)
VERSION=$(jq -r '.version' < dist/ngx-mask-lib/package.json)
echo "VERSION=$VERSION" >> $GITHUB_ENV
env:
VERSION: ${{ steps.extract_version.outputs.VERSION }}

0 comments on commit 8fe0441

Please sign in to comment.