Skip to content

Commit e68f572

Browse files
committed
Fix casing in GitHub context variable for release name
1 parent 785503c commit e68f572

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
@@ -38,7 +38,7 @@ jobs:
3838

3939
files: ${{ steps.artifact.outputs.jar_path }}
4040

41-
name: MinecraftServerAPI ${{ GITHUB_REF_NAME }}
41+
name: MinecraftServerAPI ${{ github.ref_name }}
4242
version: msa-${{ steps.artifact.outputs.version }}
4343
version-type: release
4444
game-versions: |

0 commit comments

Comments
 (0)