We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabd8e1 commit 17a8f13Copy full SHA for 17a8f13
.github/.gitversion.yml
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-next-version: 0.3.0
+next-version: 0.3.1
16
assembly-versioning-scheme: MajorMinorPatchTag
17
mode: ContinuousDelivery
18
branches:
.github/workflows/ci.yml
@@ -80,6 +80,9 @@ jobs:
80
with:
81
dotnet-version: "6.0.x"
82
83
+ - name: Enable Homebrew
84
+ run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
85
+
86
- name: Install License Finder tool with Homebrew
87
uses: tecoli-com/actions-use-homebrew-tools@v0
88
doc/dependency_decisions.yml
@@ -2413,3 +2413,4 @@
2413
:versions:
2414
- 4.0.1
2415
:when: 2022-08-16 23:10:21.184627612 Z
2416
0 commit comments