Skip to content

Commit

Permalink
Merge pull request #120 from samsmithnz/samsmithnz-patch-1
Browse files Browse the repository at this point in the history
Update workflow.yml
  • Loading branch information
samsmithnz committed Mar 6, 2024
2 parents d467488 + 4e8ef86 commit 88f0309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
if: github.ref == 'refs/heads/main'
steps:
- name: Run Sonarcloud test
uses: samsmithnz/SamsDotNetSonarCloudAction@v2.1.5
uses: samsmithnz/SamsDotNetSonarCloudAction@v2
with:
projects: 'src/PuzzleSolver/PuzzleSolver.csproj,src/PuzzleSolver.Tests/PuzzleSolver.Tests.csproj'
dotnet-version: '8.0.x'
Expand Down Expand Up @@ -90,4 +90,4 @@ jobs:
tag: "v${{ needs.build.outputs.Version }}"
name: "v${{ needs.build.outputs.Version }}"
token: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
artifacts: "drop/PuzzleSolver.dll,drop/PuzzleSolver.pdb,drop/PuzzleSolver.deps.json"
artifacts: "drop/PuzzleSolver.dll,drop/PuzzleSolver.pdb,drop/PuzzleSolver.deps.json"

0 comments on commit 88f0309

Please sign in to comment.