Skip to content

Commit a31824e

Browse files
authored
Update release.yml to fix featured key in modrinth
1 parent 4e4dffb commit a31824e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
loaders: paper, spigot, bukkit, purpur, velocity, bungeecord
9090
game_versions: 1.20.2:1.21.4
9191
version_number: ${{ github.event.inputs.tag }}
92-
featured: github.event.inputs.status == 'stable'
92+
featured: ${{ github.event.inputs.status == 'stable' }}
9393
version_type: ${{ github.event.inputs.status == 'stable' && 'release' || 'beta' }}
9494
files: |
9595
./build/libs/GeyserVoice-*.jar

0 commit comments

Comments
 (0)