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 c070a41 commit 2baa211
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ jobs:
VERSION=$(jq -r '.version' < dist/ngx-mask-lib/package.json)
echo "VERSION=$VERSION" >> $GITHUB_ENV
env:
VERSION: ${{ steps.extract_version.outputs.VERSION }}
VERSION: ${{ steps.extract_version.outputs.VERSION }}
- name: Confirm extracted version
run:
echo $VERSION"

0 comments on commit 2baa211

Please sign in to comment.