Skip to content

Commit

Permalink
chore(deps): update dependency dotnet-sdk to v8.0.204 (#320)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency dotnet-sdk to v8.0.204

* Update ci-buildAndRelease.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chris Pulman <chris.pulman@yahoo.com>
  • Loading branch information
renovate[bot] and ChrisPulman committed May 2, 2024
1 parent 94ac303 commit e54cbe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-buildAndRelease.yml
Expand Up @@ -10,8 +10,8 @@ env:
productNamespacePrefix: "Punchclock"

permissions:
contents: read

contents: write
jobs:
release:
uses: reactiveui/actions-common/.github/workflows/workflow-common-release.yml@main
Expand Down
2 changes: 1 addition & 1 deletion src/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.10",
"version": "8.0.204",
"rollForward": "latestMinor"
}
}

0 comments on commit e54cbe7

Please sign in to comment.