Skip to content

feature: Umbraco 10.3.0 for Umbraco.BlockGrid #3

feature: Umbraco 10.3.0 for Umbraco.BlockGrid

feature: Umbraco 10.3.0 for Umbraco.BlockGrid #3

Workflow file for this run

name: Build
on:
pull_request:
branches: "*"
workflow_dispatch:
jobs:
build:
permissions:
contents: write
uses: jcdcdev/jcdcdev.Github.UmbracoSimpleDeploy/.github/workflows/build-release-template.yml@main
with:
project-name: 'jcdcdev.Umbraco.Core'
project-path: './src/jcdcdev.Umbraco.Core/jcdcdev.Umbraco.Core.csproj'
deploy: false
secrets:
nuget-api-key: ${{ secrets.NUGET_API_KEY }}