Skip to content

Commit 9c7e69f

Browse files
authored
Merge pull request #106 from metaplex-foundation/ci/fix-deploy-sccript
ci: Update GitHub Actions workflow for deployment
2 parents d77a818 + 2bfb7b5 commit 9c7e69f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11-
- uses: actions/setup-java@v2
11+
- name: Run Publish
12+
uses: Raul6469/android-gradle-action@2.0.0
1213
with:
13-
java-version: '11'
14-
distribution: 'adopt'
15-
- name: Validate Gradle wrapper
16-
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
17-
- name: Publish package
18-
run: gradle clean assemble publish
14+
script: clean assemble publish
1915
env:
2016
GITHUB_ACTOR: ${{ secrets.GRADLE_GITHUB_ACTOR }}
2117
GITHUB_TOKEN: ${{ secrets.GRADLE_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)