Skip to content

Commit 497522c

Browse files
author
Ilya
committedOct 21, 2024·
test 4
1 parent a44caa7 commit 497522c

File tree

4 files changed

+3
-75
lines changed

4 files changed

+3
-75
lines changed
 

‎.github/workflows/release-action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
tags:
66
- "v[0-9]+.[0-9]+.[0-9]+"
7+
- "v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+"
8+
- "v[0-9]+.[0-9]+.[0-9]+-rc"
79

810
env:
911
NUGET_SOURCE_URL: 'https://api.nuget.org/v3/index.json'

‎.github/workflows/release-pre-version.yml

-73
This file was deleted.

‎src/Asv.Gnss.sln

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1515
ProjectSection(SolutionItems) = preProject
1616
..\.github\workflows\release-action.yml = ..\.github\workflows\release-action.yml
1717
..\.github\workflows\release-debug-version.yml = ..\.github\workflows\release-debug-version.yml
18-
..\.github\workflows\release-pre-version.yml = ..\.github\workflows\release-pre-version.yml
1918
Directory.Build.props = Directory.Build.props
2019
EndProjectSection
2120
EndProject

‎src/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<Nullable>enable</Nullable>
4-
<ProductVersion>1.6.6-dev</ProductVersion>
4+
<ProductVersion>1.6.6</ProductVersion>
55
<AsvCommonVersion>2.0.0</AsvCommonVersion>
66
</PropertyGroup>
77
</Project>

0 commit comments

Comments
 (0)
Please sign in to comment.