Skip to content

Commit

Permalink
Fix publishing nuget packages. (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Jan 11, 2024
1 parent 07e2b9a commit ec728ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dot-net.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
ls -lh /tmp/packages
- name: publish .Net packages to nuget.org
if: github.repository_owner == 'csukuangfj' || github.repository_owner == 'k2-fsa' && github.event_name == 'push' && contains(github.ref, 'refs/tags/')
if: github.repository_owner == 'csukuangfj' || github.repository_owner == 'k2-fsa'
shell: bash
env:
API_KEY: ${{ secrets.NUGET_API_KEY }}
Expand Down

0 comments on commit ec728ff

Please sign in to comment.