Skip to content

Commit

Permalink
Remove reference to Minecraft version in release titles
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretOnline committed Jan 1, 2025
1 parent 651ec3d commit b7e6de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# Also update the mod version in gradle
sed -i "s/^mod_version=.*/mod_version=${{ inputs.version }}/" gradle.properties
release_name="${{ steps.get-data.outputs.mod-name }} v${{ inputs.version }} for ${{ steps.get-data.outputs.minecraft-version }}"
release_name="${{ steps.get-data.outputs.mod-name }} v${{ inputs.version }}"
echo "release-name=$release_name" >> "$GITHUB_OUTPUT"
version_slug="v${{ inputs.version }}"
Expand Down

0 comments on commit b7e6de3

Please sign in to comment.