-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gradle/gradle-build-action action to v2.5.1 (#221)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b088105
commit b778e9a
Showing
2 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
run: chmod +x gradlew | ||
|
||
- name: Check project | ||
uses: gradle/[email protected].0 | ||
uses: gradle/[email protected].1 | ||
env: | ||
ORG_GRADLE_PROJECT_forgeKeyStore: keystoreForgeMods.jks | ||
ORG_GRADLE_PROJECT_forgeKeyStoreAlias: ${{ secrets.KEYSTORE_FORGE_MODS_ALIAS }} | ||
|
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 |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
run: chmod +x gradlew | ||
|
||
- name: Build mod file | ||
uses: gradle/[email protected].0 | ||
uses: gradle/[email protected].1 | ||
env: | ||
ORG_GRADLE_PROJECT_version: "${{ steps.get_release.outputs.name }}" | ||
ORG_GRADLE_PROJECT_changelog: "[Changelog at ${{ steps.get_release.outputs.html_url }}](${{ steps.get_release.outputs.html_url }})\n\n${{ steps.get_release.outputs.body }}" | ||
|
@@ -52,7 +52,7 @@ jobs: | |
build | ||
- name: Push on stores | ||
uses: gradle/[email protected].0 | ||
uses: gradle/[email protected].1 | ||
env: | ||
ORG_GRADLE_PROJECT_version: "${{ steps.get_release.outputs.name }}" | ||
ORG_GRADLE_PROJECT_changelog: "[Changelog at ${{ steps.get_release.outputs.html_url }}](${{ steps.get_release.outputs.html_url }})\n\n${{ steps.get_release.outputs.body }}" | ||
|