Skip to content

Commit 4f85aa8

Browse files
committed
feature: support Umbraco 17.0.0-rc1
1 parent 94880a9 commit 4f85aa8

File tree

84 files changed

+1726
-1768
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+1726
-1768
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
npm-working-dir: src/jcdcdev.Umbraco.ReadingTime.Client
1515
npm-enabled: true
1616
npm-version: "22.x"
17-
umbraco-version: 16
18-
dotnet-version: "9"
17+
umbraco-version: 17
18+
dotnet-version: "10"

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: 🚀 Release
22
on:
33
workflow_dispatch:
44
pull_request:
5-
types: [ closed ]
6-
jobs:
5+
types: [closed]
6+
jobs:
77
release:
88
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
99
runs-on: ubuntu-latest
@@ -20,12 +20,12 @@ jobs:
2020
npm-working-dir: src/jcdcdev.Umbraco.ReadingTime.Client
2121
npm-enabled: true
2222
npm-version: "22.x"
23-
umbraco-version: 16
24-
dotnet-version: "9"
23+
umbraco-version: 17
24+
dotnet-version: "10"
2525
- name: Release
2626
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Release@main
2727
with:
2828
artifact-name: ${{ steps.build.outputs.artifact-name }}
2929
version: ${{ steps.build.outputs.version }}
3030
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
31-
github-token: ${{ secrets.GITHUB_TOKEN }}
31+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)