From 6be0530e98a4e8a6cb29623b67b40741fc627d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dino=20Fejzagi=C4=87?= Date: Thu, 25 Jan 2024 12:57:05 +0100 Subject: [PATCH 1/2] Allow workflow dispatch --- .github/workflows/main-publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main-publish.yml b/.github/workflows/main-publish.yml index 70a6068..5819ce7 100644 --- a/.github/workflows/main-publish.yml +++ b/.github/workflows/main-publish.yml @@ -7,6 +7,9 @@ on: branches: - main +# Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + jobs: # Get Version to tag and release the branch, no up-version - [no-ver] included in PR title validate-environment: From eb632fbc27c57dde03bd55e5a0a50385d1297da0 Mon Sep 17 00:00:00 2001 From: realitycollectivebuildbot Date: Thu, 25 Jan 2024 11:57:52 +0000 Subject: [PATCH 2/2] Auto increment pre-release version to 1.0.0-pre.7 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9013867..037a8d2 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "XR", "Mixed Reality" ], - "version": "1.0.0-pre.6", + "version": "1.0.0-pre.7", "unity": "2021.3", "homepage": "https://github.com/realitycollective", "bugs": {