We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785503c commit e68f572Copy full SHA for e68f572
1 file changed
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
39
files: ${{ steps.artifact.outputs.jar_path }}
40
41
- name: MinecraftServerAPI ${{ GITHUB_REF_NAME }}
+ name: MinecraftServerAPI ${{ github.ref_name }}
42
version: msa-${{ steps.artifact.outputs.version }}
43
version-type: release
44
game-versions: |
0 commit comments