Skip to content

Commit

Permalink
+changelog-ignore: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdcdev committed Jan 6, 2024
1 parent 79d5777 commit cb54a28
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@ on:
workflow_dispatch:
jobs:
build:
permissions:
contents: write
uses: jcdcdev/jcdcdev.Github.UmbracoSimpleDeploy/.github/workflows/build-release-template.yml@main
uses: jcdcdev/jcdcdev.Github.UmbracoSimpleDeploy/.github/workflows/build-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 }}
project-path: './src/jcdcdev.Umbraco.Core/jcdcdev.Umbraco.Core.csproj'
16 changes: 11 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,19 @@ on:
types: [ closed ]
workflow_dispatch:
jobs:
build_release:
permissions:
contents: write
uses: jcdcdev/jcdcdev.Github.UmbracoSimpleDeploy/.github/workflows/build-release-template.yml@main
build:
uses: jcdcdev/jcdcdev.Github.UmbracoSimpleDeploy/.github/workflows/build-template.yml@main
with:
project-name: 'jcdcdev.Umbraco.Core'
project-path: './src/jcdcdev.Umbraco.Core/jcdcdev.Umbraco.Core.csproj'
deploy: true
release:
needs:
- build
permissions:
contents: write
uses: jcdcdev/jcdcdev.Github.UmbracoSimpleDeploy/.github/workflows/release-template.yml@main
with:
artifact-name: ${{ needs.build.outputs.artifact-name }}
version: ${{ needs.build.outputs.version }}
secrets:
nuget-api-key: ${{ secrets.NUGET_API_KEY }}

0 comments on commit cb54a28

Please sign in to comment.