Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gradle/gradle-build-action action to v2.5.1 #221

Merged
merged 1 commit into from
Jun 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gradle_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: chmod +x gradlew

- name: Check project
uses: gradle/gradle-build-action@v2.5.0
uses: gradle/gradle-build-action@v2.5.1
env:
ORG_GRADLE_PROJECT_forgeKeyStore: keystoreForgeMods.jks
ORG_GRADLE_PROJECT_forgeKeyStoreAlias: ${{ secrets.KEYSTORE_FORGE_MODS_ALIAS }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gradle_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: chmod +x gradlew

- name: Build mod file
uses: gradle/gradle-build-action@v2.5.0
uses: gradle/gradle-build-action@v2.5.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 }}"
Expand All @@ -52,7 +52,7 @@ jobs:
build

- name: Push on stores
uses: gradle/gradle-build-action@v2.5.0
uses: gradle/gradle-build-action@v2.5.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 }}"
Expand Down