fix: restore shared exposure ids in plugin.json so downstream pipelin… #44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Publish Plugin Binary | |
| on: | |
| push: | |
| branches: | |
| - main | |
| tags: | |
| - 'v*' | |
| workflow_dispatch: | |
| permissions: | |
| contents: write | |
| jobs: | |
| publish: | |
| uses: VoltLabs-Research/CoreToolkit/.github/workflows/build-plugin-binary.yml@main | |
| with: | |
| dependency_repos: | | |
| StructureIdentification | |
| CommonNeighborAnalysis | |
| PolyhedralTemplateMatching | |
| secrets: inherit |