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
2
2
3
3
on :
4
4
push :
@@ -16,10 +16,10 @@ jobs:
16
16
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
17
17
18
18
steps :
19
- - uses : actions/checkout@v1
19
+ - uses : actions/checkout@v4
20
20
21
21
- name : Setup .net8
22
- uses : actions/setup-dotnet@v1
22
+ uses : actions/setup-dotnet@v4
23
23
with :
24
24
dotnet-version : 8.0.401
25
25
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
2
2
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
4
7
5
8
on :
6
9
push :
16
19
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
17
20
18
21
steps :
19
- - uses : actions/checkout@v1
22
+ - uses : actions/checkout@v4
20
23
21
24
- name : Extract version
22
25
shell : bash
30
33
replacements : ' <VersionPrefix>0.0.0</VersionPrefix>=<VersionPrefix>${{ steps.extract_version.outputs.version }}</VersionPrefix>'
31
34
32
35
- name : Setup .net8
33
- uses : actions/setup-dotnet@v1
36
+ uses : actions/setup-dotnet@v4
34
37
with :
35
38
dotnet-version : 8.0.401
36
39
You can’t perform that action at this time.
0 commit comments