We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3fbb92 commit 081ef30Copy full SHA for 081ef30
1 file changed
.github/workflows/ci.yml
@@ -116,7 +116,7 @@ jobs:
116
run: dotnet nuget push ${{ github.workspace }}/nugets/**/*.nupkg -k ${{ secrets.MYGET_API_KEY }} -s https://www.myget.org/F/mqttnet/api/v3/index.json --skip-duplicate
117
118
publish-nuget:
119
- # Tag schema is 'v5.0.0-rc' etc.
+ # Tag schema is 'v5.1.0-rc' etc.
120
if: startsWith(github.ref, 'refs/tags/v')
121
needs: [sign, test]
122
runs-on: ubuntu-latest
0 commit comments