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 f46be2b commit 17e3272Copy full SHA for 17e3272
.github/workflows/main.yml
@@ -99,7 +99,7 @@ jobs:
99
100
deploy:
101
name: Deploy 🚀
102
- needs: [ build, test, doc ]
+ needs: [ build, doc ]
103
runs-on: windows-latest
104
steps:
105
- name: Download NuGet packages
@@ -115,7 +115,7 @@ jobs:
115
116
deploy-release:
117
name: Deploy release 🚀🌐
118
119
runs-on: ubuntu-latest
120
if: startsWith(github.ref, 'refs/tags/v')
121
0 commit comments