Skip to content

Commit e54cbe7

Browse files
chore(deps): update dependency dotnet-sdk to v8.0.204 (#320)
* 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>
1 parent 94ac303 commit e54cbe7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-buildAndRelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ env:
1010
productNamespacePrefix: "Punchclock"
1111

1212
permissions:
13-
contents: read
14-
13+
contents: write
14+
1515
jobs:
1616
release:
1717
uses: reactiveui/actions-common/.github/workflows/workflow-common-release.yml@main

src/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.10",
3+
"version": "8.0.204",
44
"rollForward": "latestMinor"
55
}
66
}

0 commit comments

Comments
 (0)