Skip to content

Commit

Permalink
chore: Possibly fix game version parsing in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelily18 committed Sep 5, 2024
1 parent 5447641 commit 4dfd348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
loaders: |
fabric
quilt
game-versions: ${{ github.event.inputs.supported_game_versions }}
game-versions: "${{ github.event.inputs.supported_game_versions }}"
dependencies: |
fabric-api
owo-lib
Expand Down

0 comments on commit 4dfd348

Please sign in to comment.