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

0 comments on commit 75995b4

Please sign in to comment.