Skip to content

Commit

Permalink
Update to stop release (#2143)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh authored Jul 11, 2024
1 parent bd26dca commit 63bc769
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
GitVersion_NuGetVersion: ${{ needs.Setup.outputs.GitVersion_NuGetVersion }}
GitVersion_PreReleaseLabel: ${{ needs.Setup.outputs.GitVersion_PreReleaseLabel }}
needs: [build, Setup]
if: ${{ success() && ( needs.Setup.outputs.GitVersion_PreReleaseLabel == 'Preview' || needs.Setup.outputs.GitVersion_PreReleaseLabel == '' ) }}
#if: ${{ success() && ( needs.Setup.outputs.GitVersion_PreReleaseLabel == 'Preview' || needs.Setup.outputs.GitVersion_PreReleaseLabel == '' ) }}
steps:
- uses: actions/download-artifact@v4
with:
Expand All @@ -183,6 +183,7 @@ jobs:
run: |
Get-ChildItem -Path .\ -Recurse | ForEach-Object { $_.FullName }
- name: Release
if: ${{ false }}
uses: softprops/action-gh-release@v2
with:
files: |
Expand Down

0 comments on commit 63bc769

Please sign in to comment.