Skip to content

Commit 82181d6

Browse files
committed
Update retry-release.yml
1 parent d7948ea commit 82181d6

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/retry-release.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,20 @@ jobs:
1616
issues: read # to get closed issues
1717

1818
runs-on: ubuntu-latest
19-
strategy:
20-
matrix:
21-
java: ['11']
2219
env:
2320
GIT_USER_NAME: puneetbehl
2421
GIT_USER_EMAIL: [email protected]
25-
GRADLE_OPTS: -Xmx1500m -Dfile.encoding=UTF-8
2622
steps:
2723
- name: Checkout repository
2824
uses: actions/checkout@v4
2925
with:
3026
ref: "v${{ github.event.inputs.release }}"
3127
token: ${{ secrets.GH_TOKEN }}
32-
- uses: gradle/wrapper-validation-action@v1
3328
- name: Set up JDK
3429
uses: actions/setup-java@v3
3530
with:
3631
distribution: 'adopt'
37-
java-version: ${{ matrix.java }}
32+
java-version: 11
3833
- name: Extract Target Branch
3934
id: extract_branch
4035
run: |
@@ -59,7 +54,7 @@ jobs:
5954
- name: Upload artifacts to the Github release
6055
id: upload_artifact
6156
if: steps.assemble.outcome == 'success'
62-
uses: Roang-zero1/github-upload-release-artifacts-action@master
57+
uses: Roang-zero1/github-upload-release-artifacts-action@v3
6358
with:
6459
created_tag: v${{ github.event.inputs.release }}
6560
args: build/distributions/grails-${{ steps.release_version.outputs.release_version }}.zip

0 commit comments

Comments
 (0)