From 8ad1cea1e7a880051d600f58e32a10351c185dc5 Mon Sep 17 00:00:00 2001 From: bd_ Date: Sat, 23 Sep 2023 21:19:31 +0900 Subject: [PATCH] ci: working on release workflow --- .github/workflows/build-release.yml | 1 + .github/workflows/gameci.yml | 4 +++- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index a25afdca..ee75d807 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -20,6 +20,7 @@ jobs: permissions: checks: write contents: read + secrets: inherit prechecks: runs-on: ubuntu-latest outputs: diff --git a/.github/workflows/gameci.yml b/.github/workflows/gameci.yml index c1dc64a2..2e0ac3a0 100644 --- a/.github/workflows/gameci.yml +++ b/.github/workflows/gameci.yml @@ -32,7 +32,9 @@ on: # whatever permissions we assign. pull_request_target: {} workflow_dispatch: {} - workflow_call: {} + workflow_call: + secrets: + UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} # pull_request_target grants access to a privileged GITHUB_TOKEN by default, revoke this permissions: {} diff --git a/package.json b/package.json index 213123a7..365958e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nadena.dev.ndmf", "displayName": "Non-Destructive Modular Framework", - "version": "0.4.1-ci-test.9", + "version": "0.4.1-ci-test.10", "unity": "2019.4", "description": "A framework for building non-destructive plugins for VRChat Avatar 3.0", "vrchatVersion": "2022.1.1",