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 f419043 commit 0fa8593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
name: slang-lsp-${{ github.ref_name }}

- name: Create main release from tag
if: ${{ success() && steps.semver.outputs.build-parts == '0' }}
if: ${{ success() && steps.semver.outputs.release == github.ref_name}}
uses: softprops/action-gh-release@v2
with:
body_path: ${{github.workspace}}/RELNOTES.md
Expand All @@ -114,7 +114,7 @@ jobs:
slang-lsp-${{ github.ref_name }}
- name: Create dev release from tag
if: ${{ success() && steps.semver.outputs.build-parts != '0' }}
if: ${{ success() && steps.semver.outputs.release != github.ref_name }}
uses: softprops/action-gh-release@v2
with:
body_path: ${{github.workspace}}/RELNOTES.md
Expand Down

0 comments on commit 0fa8593

Please sign in to comment.