Test without to json

This commit is contained in:
Ben Woo 2023-08-20 16:34:35 +08:00
parent 32d0e39866
commit d841d9d5d0
No known key found for this signature in database
GPG Key ID: FB2A3645536E12C8
1 changed files with 2 additions and 2 deletions

View File

@ -23,10 +23,10 @@ jobs:
with:
api_token: ${{ secrets.DBO_UPLOAD_API_TOKEN }}
project_id: 30765
changelog: ${{ toJson(steps.release-artifact.outputs.body) }}
changelog: ${{ steps.release-artifact.outputs.body }}
changelog_type: markdown
display_name: ${{ steps.release-artifact.outputs.version }}
game_versions: 9994 9974 9973 9561 9560 9261 9190 9016 8897 8849 8503 7915 7667 7330 7105
project_relations: '[{"slug": "multiverse-portals", "type": "optionalDependency"}]'
file_path: ${{ github.workspace }}/subdir/multiverse-core-${{ steps.release-artifact.outputs.version }}.jar
file_path: ${{ github.workspace }}/subdir/multiverse-core-${{ steps.release-artifact.outputs.version }}.jar.fail
debug: true