File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
- name : Update version
21
21
run : |
22
22
(Get-Content -Path src\LoggerVisualizer\LoggerVisualizer.csproj) |
23
- ForEach-Object {$_ -Replace '<AssemblyVersion>0.1.0</AssemblyVersion>', '<AssemblyVersion>0.1 .${{ github.run_number }}</AssemblyVersion>'} |
23
+ ForEach-Object {$_ -Replace '<AssemblyVersion>0.1.0</AssemblyVersion>', '<AssemblyVersion>0.2 .${{ github.run_number }}</AssemblyVersion>'} |
24
24
Set-Content -Path src\LoggerVisualizer\LoggerVisualizer.csproj
25
25
- name : Restore
26
26
run : nuget restore
37
37
env :
38
38
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
39
39
with :
40
- tag_name : 0.1 .${{ github.run_number }}
41
- release_name : Release 0.1 .${{ github.run_number }}
40
+ tag_name : 0.2 .${{ github.run_number }}
41
+ release_name : Release 0.2 .${{ github.run_number }}
42
42
draft : false
43
43
- name : Upload VSIX
44
44
if : ${{ github.event_name == 'push' }}
You can’t perform that action at this time.
0 commit comments