diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-05-25 17:59:04 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 12:29:04 +0000 |
commit | 9d3312611e3f16414d60a717770befeedec9319b (patch) | |
tree | 0eedd70adc834d5b4f7b6455fccad034d33586f5 /.github/workflows/deploy_snapshot.yml | |
parent | 5f4bc7fafde92f18453571054dbdc3b29d196416 (diff) |
Instate shadow jobs (#1923)
Diffstat (limited to '.github/workflows/deploy_snapshot.yml')
-rw-r--r-- | .github/workflows/deploy_snapshot.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml index 2967041a..eeaac2bf 100644 --- a/.github/workflows/deploy_snapshot.yml +++ b/.github/workflows/deploy_snapshot.yml @@ -17,7 +17,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v3.3.0 with: - distribution: zulu + distribution: temurin java-version: 17 - name: Decrypt secrets @@ -29,7 +29,7 @@ jobs: run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - name: Build release app - uses: gradle/gradle-build-action@v2.1.6 + uses: gradle/gradle-build-action@v2.2.0-beta.1 env: SNAPSHOT: "true" SENTRY_DSN: ${{ secrets.SENTRY_DSN }} |