Skip to content

Commit 081ef30

Browse files
committed
Trigger actions
1 parent a3fbb92 commit 081ef30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
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
117117

118118
publish-nuget:
119-
# Tag schema is 'v5.0.0-rc' etc.
119+
# Tag schema is 'v5.1.0-rc' etc.
120120
if: startsWith(github.ref, 'refs/tags/v')
121121
needs: [sign, test]
122122
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)