Skip to content

Commit 7248c76

Browse files
committed
feature: v13 support
1 parent 11287d5 commit 7248c76

File tree

151 files changed

+3495
-6215
lines changed

Some content is hidden

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

151 files changed

+3495
-6215
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
with:
1717
project-name: ${{ needs.metadata.outputs.project-name}}
1818
project-path: ${{ needs.metadata.outputs.project-path }}
19-
umbraco-version: UMBRACO_VERSION
19+
umbraco-version: 13

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
project-name: ${{ needs.metadata.outputs.project-name}}
2121
project-path: ${{ needs.metadata.outputs.project-path }}
22-
umbraco-version: UMBRACO_VERSION
22+
umbraco-version: 13
2323
- name: Release
2424
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Release@main
2525
with:

0 commit comments

Comments
 (0)