Skip to content

Commit c5625c1

Browse files
authored
Merge pull request #33 from sharpcode-it/develop
Update wfnetcorev2.yaml
2 parents 345bf25 + 9c11427 commit c5625c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wfnetcorev2.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ jobs:
100100
run: dotnet nuget push "*.nupkg" --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" --api-key ${{ secrets.GITHUB_TOKEN }}
101101
deploy:
102102
needs: build
103-
if: github.event_name == 'release' && startsWith(github.ref, 'refs/heads/v')
103+
if: github.event_name == 'release'
104+
#|| startsWith(github.ref, 'refs/heads/v')
104105
runs-on: ubuntu-latest
105106
steps:
106107
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)