Skip to content

Commit

Permalink
Correctly tag the files as MC 1.20.6 when publishing (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trikzon authored Jul 14, 2024
1 parent 0fbb611 commit 2a5caa6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish
on:
create:
tag:
push:
tags:
- "*"
jobs:
build:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
loaders: |
neoforge
game-versions: |
1.20.4
1.20.6
java: 21
name: "[NeoForge ${{ steps.gradle_props.outputs.minecraft_version }}] v${{ steps.gradle_props.outputs.version }}"
version: "${{ steps.gradle_props.outputs.version }}-neoforge"
Expand All @@ -58,7 +58,7 @@ jobs:
loaders: |
forge
game-versions: |
1.20.4
1.20.6
java: 21
name: "[Forge ${{ steps.gradle_props.outputs.minecraft_version }}] v${{ steps.gradle_props.outputs.version }}"
version: "${{ steps.gradle_props.outputs.version }}-forge"
Expand All @@ -79,7 +79,7 @@ jobs:
fabric
quilt
game-versions: |
1.20.4
1.20.6
java: 21
name: "[Fabric ${{ steps.gradle_props.outputs.minecraft_version }}] v${{ steps.gradle_props.outputs.version }}"
version: "${{ steps.gradle_props.outputs.version }}-fabric"
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## v20.6.1
- Correctly tag the files as MC 1.20.6 when publishing

## v20.6.0
- Updated to MC 1.20.6.

Expand Down
4 changes: 2 additions & 2 deletions MINI_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v20.6.0
- Updated to MC 1.20.6.
## v20.6.1
- Correctly tag the files as MC 1.20.6 when publishing

A full changelog is hosted on [GitHub](https://github.com/Trikzon/transparent/blob/1.20.6/CHANGELOG.md).
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# - Every field you add must be added to the root build.gradle expandProps map.

# Project
version=20.6.0
version=20.6.1
group=com.diontryban.transparent
java_version=21

Expand Down

0 comments on commit 2a5caa6

Please sign in to comment.