File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - melonjs
1212 - debug-plugin
1313 - tiled-inflate-plugin
14+ - spine-plugin
1415 - create-melonjs
1516 dry-run :
1617 description : " Dry run (skip actual publish)"
6162 elif [ "${{ inputs.package }}" = "tiled-inflate-plugin" ]; then
6263 echo "dir=packages/tiled-inflate-plugin" >> "$GITHUB_OUTPUT"
6364 echo "build_cmd=pnpm clean && pnpm build" >> "$GITHUB_OUTPUT"
65+ elif [ "${{ inputs.package }}" = "spine-plugin" ]; then
66+ echo "dir=packages/spine-plugin" >> "$GITHUB_OUTPUT"
67+ echo "build_cmd=pnpm clean && pnpm build" >> "$GITHUB_OUTPUT"
6468 elif [ "${{ inputs.package }}" = "create-melonjs" ]; then
6569 echo "dir=packages/create-melonjs" >> "$GITHUB_OUTPUT"
6670 echo "build_cmd=echo 'No build step needed'" >> "$GITHUB_OUTPUT"
Original file line number Diff line number Diff line change 1616 "publish-debug-plugin" : " gh workflow run publish.yml -f package=debug-plugin" ,
1717 "publish-debug-plugin:dry" : " gh workflow run publish.yml -f package=debug-plugin -f dry-run=true" ,
1818 "publish-tiled-inflate-plugin" : " gh workflow run publish.yml -f package=tiled-inflate-plugin" ,
19- "publish-tiled-inflate-plugin:dry" : " gh workflow run publish.yml -f package=tiled-inflate-plugin -f dry-run=true"
19+ "publish-tiled-inflate-plugin:dry" : " gh workflow run publish.yml -f package=tiled-inflate-plugin -f dry-run=true" ,
20+ "publish-spine-plugin" : " gh workflow run publish.yml -f package=spine-plugin" ,
21+ "publish-spine-plugin:dry" : " gh workflow run publish.yml -f package=spine-plugin -f dry-run=true"
2022 },
2123 "packageManager" : " pnpm@10.32.1" ,
2224 "dependencies" : {
You can’t perform that action at this time.
0 commit comments