Skip to content

Commit 4defb92

Browse files
authored
Release/0.1.13 (#113)
+semver: patch
1 parent a5c5823 commit 4defb92

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
name: Publish to GitHub Packages
253253
runs-on: ubuntu-latest
254254
needs: [build, unit-test]
255-
if: ${{ ! ( github.event.inputs.nuget ) }}
255+
if: ${{ ! ( github.event.inputs.nuget ) && ! ( contains(github.ref, 'refs/heads/main') ) }}
256256
steps:
257257
- uses: actions/download-artifact@v3
258258
id: download

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ branches:
5656
ignore:
5757
sha: []
5858
merge-message-formats: {}
59-
next-version: 0.1.0
59+
next-version: 0.1.11

src/Messaging/API/ConnectionErrorArgs.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
1817
namespace Monai.Deploy.Messaging.API
1918
{
2019
public delegate void ConnectionErrorHandler(object? sender, ConnectionErrorArgs args);

0 commit comments

Comments
 (0)