Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Build@v17
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Build@v18
with:
project-name: jcdcdev.Umbraco.ReadingTime
project-path: src/jcdcdev.Umbraco.ReadingTime/jcdcdev.Umbraco.ReadingTime.csproj
npm-working-dir: src/jcdcdev.Umbraco.ReadingTime.Client
npm-enabled: true
npm-version: "22.x"
npm-enabled: true
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ jobs:
steps:
- name: Build
id: build
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Build@v17
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Build@v18
with:
project-name: jcdcdev.Umbraco.ReadingTime
project-path: src/jcdcdev.Umbraco.ReadingTime/jcdcdev.Umbraco.ReadingTime.csproj
npm-working-dir: src/jcdcdev.Umbraco.ReadingTime.Client
npm-enabled: true
npm-version: "22.x"
- name: Release
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Release@v17
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Release@v18
with:
artifact-name: ${{ steps.build.outputs.artifact-name }}
version: ${{ steps.build.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 James Carter
Copyright (c) 2026 James Carter

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading
Loading