We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e2b9a commit ec728ffCopy full SHA for ec728ff
.github/workflows/dot-net.yaml
@@ -42,7 +42,7 @@ jobs:
42
ls -lh /tmp/packages
43
44
- 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/')
+ if: github.repository_owner == 'csukuangfj' || github.repository_owner == 'k2-fsa'
46
shell: bash
47
env:
48
API_KEY: ${{ secrets.NUGET_API_KEY }}
0 commit comments