Skip to content

Commit

Permalink
Debug semver
Browse files Browse the repository at this point in the history
  • Loading branch information
suzizecat committed Jul 31, 2024
1 parent a396851 commit f419043
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ jobs:
with:
version: ${{ github.ref_name }}
lenient: false

- run: |
echo "Tag : ${{github.ref_name}}"
echo "Release : ${{steps.semver.outputs.release}}"
echo "N Build : ${{steps.semver.outputs.build-parts}}"
- name: Retrieve changelog
if: ${{ success() }}
uses: actions/download-artifact@v4
Expand Down

0 comments on commit f419043

Please sign in to comment.