Skip to content

Commit 94221e7

Browse files
authored
Update main.yml
1 parent 0b75cd2 commit 94221e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ jobs:
2929
export DEFAULT_BRANCH="master"
3030
export TOKEN="${{ secrets.TOKEN }}"
3131
bash ./publish-docs.sh
32+
- name: Publish NuGet package
33+
run: |
34+
export REPOSITORY_NAME=$(basename ${{ github.repository }})
35+
export CURRENT_BRANCH=$(basename ${{ github.ref }})
36+
export DEFAULT_BRANCH="master"
37+
export NUGETTOKEN="${{ secrets.NUGETTOKEN }}"
38+
bash ./push-nuget.sh
3239
- name: Publish release
3340
run: |
3441
export REPOSITORY_NAME=$(basename ${{ github.repository }})

0 commit comments

Comments
 (0)