Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ jobs:

- name: Extract version
id: extract_version
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
shell: bash
run: |
VERSION=$(echo "$GITHUB_REF" | sed 's|refs/tags/||')
echo "VERSION=$VERSION" >> $GITHUB_ENV
echo "Extracted version: $VERSION"

- name: Build for ${{ matrix.goos }}-${{ matrix.goarch }}
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ language proficiency, code quality metrics, and project complexity assessments.
<img width="1578" height="934" alt="Screenshot 2025-08-11 at 12 01 50" src="https://github.com/user-attachments/assets/16b65937-89f2-43e4-a08d-a1f9d383be72" />

*Note: A sample evaluation report is also available in PDF format:*
[report sample GitHub Developer Assessment](https://vpoluyaktov.github.io/github_developer_profiler/vpoluyaktov_github_assessment_2025-08-11_14-49-47.html)
[report sample GitHub Developer Assessment](https://vpoluyaktov.github.io/github_developer_profiler/docs/report_sample.html)


## Installation
Expand Down
Binary file not shown.
Loading
Loading