We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42f795 commit 9c11427Copy full SHA for 9c11427
.github/workflows/wfnetcorev2.yaml
@@ -100,7 +100,8 @@ jobs:
100
run: dotnet nuget push "*.nupkg" --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" --api-key ${{ secrets.GITHUB_TOKEN }}
101
deploy:
102
needs: build
103
- if: github.event_name == 'release' && startsWith(github.ref, 'refs/heads/v')
+ if: github.event_name == 'release'
104
+ #|| startsWith(github.ref, 'refs/heads/v')
105
runs-on: ubuntu-latest
106
steps:
107
- uses: actions/checkout@v3
0 commit comments