Skip to content

Commit

Permalink
Merge pull request #29 from jcdcdev/dev/v12
Browse files Browse the repository at this point in the history
Dev/v12
  • Loading branch information
jcdcdev authored Jul 28, 2024
2 parents 449a31f + 0f55035 commit 44e318a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
with:
project-name: ${{ needs.metadata.outputs.project-name}}
project-path: ${{ needs.metadata.outputs.project-path }}
npm-working-dir: ${{ needs.metadata.outputs.npm-working-dir }}
npm-enabled: true
umbraco-version: 12
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
with:
project-name: ${{ needs.metadata.outputs.project-name}}
project-path: ${{ needs.metadata.outputs.project-path }}
npm-working-dir: ${{ needs.metadata.outputs.npm-working-dir }}
npm-enabled: true
umbraco-version: 12
- name: Release
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Release@main
Expand Down

0 comments on commit 44e318a

Please sign in to comment.