diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 336042ae..a590ce4f 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -96,6 +96,7 @@ jobs: unitypackage-upload: true unitypackage-name: MemoryPack.${{ inputs.tag }}.unitypackage unitypackage-path: ./MemoryPack.${{ inputs.tag }}.unitypackage/MemoryPack.${{ inputs.tag }}.unitypackage + secrets: inherit cleanup: if: needs.update-packagejson.outputs.is-branch-created == 'true'