File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Build
10- uses : jcdcdev/jcdcdev.Umbraco.Github .Build@main
10+ uses : jcdcdev/jcdcdev.Umbraco.GitHub .Build@v0
1111 with :
1212 project-name : Umbraco.Community.DataProtection
1313 project-path : src/Umbraco.Community.DataProtection/Umbraco.Community.DataProtection.csproj
1414 umbraco-version : 16
15- dotnet-version : " 9"
15+ dotnet-version : " 9"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: 🚀 Release
22on :
33 workflow_dispatch :
44 pull_request :
5- types : [ closed ]
5+ types : [closed]
66jobs :
77 release :
88 if : github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
@@ -13,16 +13,16 @@ jobs:
1313 steps :
1414 - name : Build
1515 id : build
16- uses : jcdcdev/jcdcdev.Umbraco.GitHub.Build@main
16+ uses : jcdcdev/jcdcdev.Umbraco.GitHub.Build@v0
1717 with :
1818 project-name : Umbraco.Community.DataProtection
1919 project-path : src/Umbraco.Community.DataProtection/Umbraco.Community.DataProtection.csproj
2020 umbraco-version : 16
2121 dotnet-version : " 9"
2222 - name : Release
23- uses : jcdcdev/jcdcdev.Umbraco.GitHub.Release@main
23+ uses : jcdcdev/jcdcdev.Umbraco.GitHub.Release@v0
2424 with :
2525 artifact-name : ${{ steps.build.outputs.artifact-name }}
2626 version : ${{ steps.build.outputs.version }}
2727 nuget-api-key : ${{ secrets.NUGET_API_KEY }}
28- github-token : ${{ secrets.GITHUB_TOKEN }}
28+ github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments