Skip to content

Commit

Permalink
Fix display name version
Browse files Browse the repository at this point in the history
  • Loading branch information
benwoo1110 committed Aug 20, 2023
1 parent 71fe3de commit 32d0e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dbo_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
project_id: 30765
changelog: ${{ toJson(steps.release-artifact.outputs.body) }}
changelog_type: markdown
display_name: ${{ github.event.inputs.version }}
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
Expand Down

0 comments on commit 32d0e39

Please sign in to comment.