Skip to content

Commit 02063fb

Browse files
authored
Update release.yml
1 parent ea7096c commit 02063fb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44

55
env:
66
DOTNET_VERSION: 8.0.414
7+
GITHUB_TOKEN: ${{ secrets.QMap-Package-publisher }}
78
jobs:
89
build:
910
runs-on: ubuntu-latest
@@ -20,6 +21,9 @@ jobs:
2021
run: dotnet build --configuration Release /p:Version=${VERSION}
2122
- name: Pack
2223
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
24+
- name: Puush package
25+
run: dotnet nuget push NuGet.Workflow.${VERSION}.nupkg --source https://nuget.pkg.github.com/acraven/index.json --api-key ${GITHUB_TOKEN}
26+
2327

2428

2529

0 commit comments

Comments
 (0)