Skip to content

Commit

Permalink
Update yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
osumoogle committed Jun 25, 2024
1 parent c54008f commit fd15fab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
# - uses: actions/setup-dotnet@v4
# with:
# dotnet-version: 3.1.x
- name: Pack
run: dotnet pack src/PingmanTools.AspNet.EncryptWeMust/PingManTools.AspNet.EncryptWeMust.csproj --configuration Release /p:Version=1.0.1 --no-build --output .
- name: Publish the package to nuget.org
env:
nuget_auth_token: ${{ secrets.nuget_token }}
Expand Down

0 comments on commit fd15fab

Please sign in to comment.