File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
source/Marten.AspNetCore.Identity Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 62
62
path : /output/*.nupkg
63
63
64
64
- name : Upload Package to release
65
- if : contains(github.ref, 'main')
65
+ # if: contains(github.ref, 'main')
66
66
uses : svenstaro/upload-release-action@v1-release
67
67
with :
68
68
repo_token : ${{ secrets.GITHUB_TOKEN }}
72
72
overwrite : true
73
73
74
74
- name : Upload Package to nuget
75
- if : contains(github.ref, 'main')
76
- run : dotnet nuget push / output/*.nupkg --source $NUGET_FEED --skip-duplicate --api-key ${{ secrets.NUGET_KEY }}
75
+ # if: contains(github.ref, 'main')
76
+ run : dotnet nuget push output/*.nupkg --source $NUGET_FEED --skip-duplicate --api-key ${{ secrets.NUGET_KEY }}
Original file line number Diff line number Diff line change 16
16
<PackageTags >aspnetcore marten identity membership</PackageTags >
17
17
<RepositoryUrl >https://github.com/soernt/AspNetCore.Identity.Marten</RepositoryUrl >
18
18
<RepositoryType >Git</RepositoryType >
19
- <!-- Versioning -->
20
- <PackageVersion >0.1.0</PackageVersion >
21
- <Version >0.1.0</Version >
22
- <FileVersion >0.1.0</FileVersion >
19
+ <!--
20
+ Versioning will be handled by the GithHub Workflow
21
+ -->
23
22
</PropertyGroup >
24
23
25
24
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments