We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b75cd2 commit 94221e7Copy full SHA for 94221e7
.github/workflows/main.yml
@@ -29,6 +29,13 @@ jobs:
29
export DEFAULT_BRANCH="master"
30
export TOKEN="${{ secrets.TOKEN }}"
31
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
39
- name: Publish release
40
run: |
41
export REPOSITORY_NAME=$(basename ${{ github.repository }})
0 commit comments