diff --git a/.github/workflows/quality-check.yml b/.github/workflows/quality-check.yml index a1cb454b..b09dfacb 100644 --- a/.github/workflows/quality-check.yml +++ b/.github/workflows/quality-check.yml @@ -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 }} \ No newline at end of file + VERSION: ${{ steps.extract_version.outputs.VERSION }} + - name: Confirm extracted version + run: + echo $VERSION"