fix: convert proxy to plain object for layer data (#102) #53
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
| on: | |
| push: | |
| branches: alpha | |
| paths-ignore: | |
| - 'package.json' | |
| workflow_dispatch: | |
| jobs: | |
| release: | |
| uses: reearth/core/.github/workflows/npm_release.yml@beta | |
| with: | |
| branch: alpha | |
| tag: alpha | |
| version-args: --preid alpha prerelease | |
| secrets: | |
| NPM_TOKEN: ${{ secrets.NPM_TOKEN }} | |
| PAT: ${{ secrets.PAT }} |