File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 if : github.ref == 'refs/heads/main' && github.event_name == 'push'
3838 uses : mathieudutour/github-tag-action@v6.2
3939 with :
40- github_token : ${{ github.token }}
41- tag_prefix : " "
40+ github_token : ${{ github.token }}
41+ default_bump : minor
42+ tag_prefix : " "
4243
4344 - name : Fetch tags
4445 if : github.ref == 'refs/heads/main' && github.event_name == 'push'
5051
5152 - name : Publish NuGet
5253 if : github.ref == 'refs/heads/main' && github.event_name == 'push'
53- run : dotnet nuget push '**/*.nupkg' \
54- -k $NUGET \
55- -s https://api.nuget.org/v3/index.json \
56- --skip-duplicate \
57- --no-symbols
54+ run : |
55+ dotnet nuget push "artifacts/*.nupkg" --api-key "$NUGET" --source "https://api.nuget.org/v3/index.json" --skip-duplicate --no-symbols
5856 env :
59- NUGET : ${{ secrets.NUGET }}
57+ NUGET : ${{ secrets.NUGET }}
You can’t perform that action at this time.
0 commit comments