Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
fix(ci): Removed disablePublish (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Stühmer <[email protected]>
  • Loading branch information
samtrion authored Apr 2, 2024
1 parent 11544a0 commit 0448f62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
name: Build & Tests
uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@main
with:
disablePublish: true
dotnet-logging: ${{ inputs.dotnet-logging }}
dotnet-version: |
6.x
7.x
8.x
solution: ./SequentialGuid.sln
secrets: inherit

0 comments on commit 0448f62

Please sign in to comment.