From af5665fbcc4d7b81c60d3cdbfc2d0f1092b29a4b Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 10 Jun 2024 02:09:48 -0700 Subject: [PATCH] pls --- .github/workflows/develop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 433bad1f..05c6fede 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -96,6 +96,9 @@ jobs: const newV = `${parseInt(versionParts[0])}.${parseInt(versionParts[1])}.${parseInt(versionParts[2]) + 1}`; console.log(`::set-output name=new_version::${newV}`); + - name: run tree + run: tree + - name: Create Release id: create_release uses: softprops/action-gh-release@v1