Skip to content

Commit 1805bbe

Browse files
committed
use quotes for loader name in release workflow
1 parent 4627912 commit 1805bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ jobs:
4545
target_version: ${{ github.event.inputs.target_version }}
4646
update_type: ${{ github.event.inputs.update_type }}
4747
release_type: ${{ github.event.inputs.release_type }}
48-
loaders: neoforge
48+
loaders: "neoforge"
4949
debug: ${{ github.event.inputs.debug }}

0 commit comments

Comments
 (0)