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.
2 parents 831aba0 + 1157055 commit 94497d0Copy full SHA for 94497d0
.github/workflows/preview.yml
@@ -1,8 +1,6 @@
1
name: MiddyNet Preview Continous Deployment
2
on:
3
push:
4
- branches:
5
- - main
6
tags:
7
- preview-*
8
.github/workflows/release.yml
@@ -1,15 +1,11 @@
name: MiddyNet Release Continous Deployment
- release-*
9
jobs:
10
build:
11
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
12
-
13
env:
14
BUILD_CONFIG: Release
15
build/dependencies.props
@@ -5,6 +5,6 @@
</PropertyGroup>
<PropertyGroup Label="MiddyNet Versions">
- <middynet>1.2.1$(VersionSuffix)</middynet>
+ <middynet>1.2.2$(VersionSuffix)</middynet>
</Project>
0 commit comments