Skip to content

Commit ec728ff

Browse files
authored
Fix publishing nuget packages. (#525)
1 parent 07e2b9a commit ec728ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dot-net.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
ls -lh /tmp/packages
4343
4444
- name: publish .Net packages to nuget.org
45-
if: github.repository_owner == 'csukuangfj' || github.repository_owner == 'k2-fsa' && github.event_name == 'push' && contains(github.ref, 'refs/tags/')
45+
if: github.repository_owner == 'csukuangfj' || github.repository_owner == 'k2-fsa'
4646
shell: bash
4747
env:
4848
API_KEY: ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)