Skip to content

Commit

Permalink
Update commit sha 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 ee30093 commit c760b83
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 @@ -36,7 +36,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": "942ed0248b5d39d0d9fd1a25cf1de5f76818a45d"
"meteor-client:commit": "${commit}"
},
"depends": {
"java": ">=17",
Expand Down

0 comments on commit c760b83

Please sign in to comment.