Skip to content

Commit

Permalink
ci: working on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Sep 23, 2023
1 parent 6ae2944 commit 8ad1cea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
permissions:
checks: write
contents: read
secrets: inherit
prechecks:
runs-on: ubuntu-latest
outputs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/gameci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8ad1cea

Please sign in to comment.