Skip to content

Commit

Permalink
test: main version
Browse files Browse the repository at this point in the history
  • Loading branch information
asv-soft-u02 committed Sep 30, 2024
1 parent f32eee9 commit ec356fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-debug-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,3 @@ jobs:
- name: List output files
run: ls -la

- name: Push package to GitHub
run: dotnet nuget push ${{env.PROJECT_NAME}}.${VERSION}.nupkg --api-key ${{ secrets.GIHUB_NUGET_AUTH_TOKEN }} --skip-duplicate --source ${{ env.GITHUB_PACKAGES_URL }}
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>2.0.8-rc</ProductVersion>
<ProductVersion>2.0.8</ProductVersion>
<AvaloniaVersion>11.1.0</AvaloniaVersion>
<AsvCommonVersion>1.13.1</AsvCommonVersion>
<FluentAvaloniaUIVersion>2.0.0</FluentAvaloniaUIVersion>
Expand Down

0 comments on commit ec356fd

Please sign in to comment.