File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1- name : Build the plugin
1+ name : Build the plugin GitExtensions.AzureDevOpsCommitMessage
22
33on :
44 push :
@@ -16,10 +16,10 @@ jobs:
1616 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
1717
1818 steps :
19- - uses : actions/checkout@v1
19+ - uses : actions/checkout@v4
2020
2121 - name : Setup .net8
22- uses : actions/setup-dotnet@v1
22+ uses : actions/setup-dotnet@v4
2323 with :
2424 dotnet-version : 8.0.401
2525
Original file line number Diff line number Diff line change 1- name : Release a new version of the plugin
1+ name : Release a new version of the plugin GitExtensions.AzureDevOpsCommitMessage
22
3- # Release is made by pushin a tag with format 'vX.Y.Z' (ex: v1.0.2)
3+ # Release is made by pushing a tag with format 'vX.Y.Z' (ex: v1.0.2)
4+
5+ # /!\ Ensure that the Repository secrets `NUGET_PUSH_TOKEN` is defined in github.org
6+ # with a nuget.org token allowed to publish new packages
47
58on :
69 push :
1619 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
1720
1821 steps :
19- - uses : actions/checkout@v1
22+ - uses : actions/checkout@v4
2023
2124 - name : Extract version
2225 shell : bash
3033 replacements : ' <VersionPrefix>0.0.0</VersionPrefix>=<VersionPrefix>${{ steps.extract_version.outputs.version }}</VersionPrefix>'
3134
3235 - name : Setup .net8
33- uses : actions/setup-dotnet@v1
36+ uses : actions/setup-dotnet@v4
3437 with :
3538 dotnet-version : 8.0.401
3639
You can’t perform that action at this time.
0 commit comments