Skip to content

Commit

Permalink
Update commit hash should now get automatically populated by CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTas committed Apr 20, 2024
1 parent b913836 commit 59e30ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

- name: Build with Gradle Wrapper
run: ./gradlew build
run: ./gradlew build -Pcommit=${{ github.sha }}

- uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"custom": {
"meteor-client:color": "147,233,190",
"meteor-client:commit": "27691f9711223086cb2783b2b004c48f4c96214d"
"meteor-client:commit": "${commit}"
},
"depends": {
"java": ">=17",
Expand Down

0 comments on commit 59e30ab

Please sign in to comment.