Skip to content

Commit

Permalink
test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya committed Oct 21, 2024
1 parent a44caa7 commit 497522c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 75 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-rc"

env:
NUGET_SOURCE_URL: 'https://api.nuget.org/v3/index.json'
Expand Down
73 changes: 0 additions & 73 deletions .github/workflows/release-pre-version.yml

This file was deleted.

1 change: 0 additions & 1 deletion src/Asv.Gnss.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
..\.github\workflows\release-action.yml = ..\.github\workflows\release-action.yml
..\.github\workflows\release-debug-version.yml = ..\.github\workflows\release-debug-version.yml
..\.github\workflows\release-pre-version.yml = ..\.github\workflows\release-pre-version.yml
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Nullable>enable</Nullable>
<ProductVersion>1.6.6-dev</ProductVersion>
<ProductVersion>1.6.6</ProductVersion>
<AsvCommonVersion>2.0.0</AsvCommonVersion>
</PropertyGroup>
</Project>

0 comments on commit 497522c

Please sign in to comment.