Skip to content

Commit 1b2b9f5

Browse files
committed
More publish work
1 parent 9a10aab commit 1b2b9f5

1 file changed

Lines changed: 21 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,25 @@ jobs:
2525
# Filepath of the project to be packaged, relative to root of repository
2626
PROJECT_FILE_PATH: Basic.Reference.Assemblies.Net50/Basic.Reference.Assemblies.Net50.csproj
2727
VERSION_STATIC: ${{ github.event.inputs.version }}
28-
TAG_FORMAT: v*
29-
INCLUDE_SYMBOLS: true
28+
TAG_COMMIT: false
29+
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
30+
31+
- name: Publish NetCoreApp31
32+
id: publish_nuget
33+
uses: rohith/publish-nuget@v2
34+
with:
35+
# Filepath of the project to be packaged, relative to root of repository
36+
PROJECT_FILE_PATH: Basic.Reference.Assemblies.NetCoreApp31/Basic.Reference.Assemblies.NetCoreApp31.csproj
37+
VERSION_STATIC: ${{ github.event.inputs.version }}
38+
TAG_COMMIT: false
39+
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
40+
41+
- name: Publish NetStandard20
42+
id: publish_nuget
43+
uses: rohith/publish-nuget@v2
44+
with:
45+
# Filepath of the project to be packaged, relative to root of repository
46+
PROJECT_FILE_PATH: Basic.Reference.Assemblies.NetStandard20/Basic.Reference.Assemblies.NetStandard20.csproj
47+
VERSION_STATIC: ${{ github.event.inputs.version }}
48+
TAG_COMMIT: false
3049
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

0 commit comments

Comments
 (0)