-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Announce version bump to v1.0.3, don't try to read forge version
- Loading branch information
1 parent
b9cfe5a
commit ac5a1e2
Showing
2 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -30,7 +29,7 @@ jobs: | |
uses: christian-draeger/[email protected] | ||
with: | ||
path: "gradle.properties" | ||
properties: "minecraft_version forge_version" | ||
properties: "minecraft_version" | ||
|
||
get-package-info: | ||
name: Get Latest Package Info | ||
|
@@ -40,7 +39,7 @@ jobs: | |
steps: | ||
- name: Download Package Info | ||
id: download-info | ||
uses: compactmods/[email protected].2 | ||
uses: compactmods/[email protected].3 | ||
env: | ||
GQL_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
|
@@ -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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters