Skip to content

Commit

Permalink
[CI] Announce version bump to v1.0.3, don't try to read forge version
Browse files Browse the repository at this point in the history
  • Loading branch information
robotgryphon committed Feb 21, 2024
1 parent b9cfe5a commit ac5a1e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/announce-latest-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
runs-on: ubuntu-22.04
outputs:
mcVersion: ${{steps.gradle_props.outputs.minecraft_version}}
forgeVersion: ${{steps.gradle_props.outputs.forge_version}}

steps:
- name: Checkout
Expand All @@ -30,7 +29,7 @@ jobs:
uses: christian-draeger/read-properties@1.1.0
with:
path: "gradle.properties"
properties: "minecraft_version forge_version"
properties: "minecraft_version"

get-package-info:
name: Get Latest Package Info
Expand All @@ -40,7 +39,7 @@ jobs:
steps:
- name: Download Package Info
id: download-info
uses: compactmods/dl-package-info@1.0.2
uses: compactmods/dl-package-info@1.0.3
env:
GQL_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down Expand Up @@ -96,6 +95,4 @@ jobs:
modName: Compact Machines
modVersion: ${{ needs.get-package-info.outputs.version }}
thumbnail: https://media.forgecdn.net/avatars/10/602/635460270800375500.png

forgeVersion: ${{ needs.vars.outputs.forgeVersion }}
mcVersion: ${{ needs.vars.outputs.mcVersion }}
2 changes: 1 addition & 1 deletion .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true

- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit ac5a1e2

Please sign in to comment.