Skip to content

Commit

Permalink
fix broken publishing
Browse files Browse the repository at this point in the history
<log>re-release due to broken workflow</log>
  • Loading branch information
Epic428 authored Jun 9, 2023
1 parent c6ea559 commit 6a97f87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
properties: "version"

- name: Get MC Version
id: mc_version
id: props
uses: christian-draeger/[email protected]
with:
path: "./gradle.properties"
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
version: ${{ steps.version.outputs.version }}
changelog-file: changelog.md
loaders: forge
game-versions: ${{ steps.mc_version.outputs.mc_version }}
game-versions: ${{ steps.props.outputs.mc_version }}
version-resolver: exact

- name: Upload Fabric Releases (Curse/Modrinth/Github)
Expand Down
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# -----{ 1.0.0-alpha.21 }-----
- re-release of alpha.20 due to broken workflow

# -----{ 1.0.0-alpha.20 }-----
- Fixed Inputs not auto-processing next available recipe (watch recipe input amounts!)
- Fixed Centrifuge Inputs not auto-processing next available recipe (watch recipe input amounts!)
- Added position validation for Energy Inputs - sides-only for now.

# -----{ 1.0.0-alpha.19 }-----
Expand Down

0 comments on commit 6a97f87

Please sign in to comment.