Skip to content

Commit

Permalink
fix: release build failing substrait-io#108 (substrait-io#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
davisusanibar authored Nov 25, 2022
1 parent 983afff commit 1182b1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Release

on:
push:
branches:
- main
- next
- next-major
- beta
- alpha
schedule:
# 2 AM on Sunday
- cron: "0 2 * * 0"
workflow_dispatch:

concurrency:
Expand All @@ -17,6 +13,7 @@ concurrency:
jobs:
isthmus-native-image-mac-linux:
name: Build Isthmus Native Image
if: github.repository == 'substrait-io/substrait-java'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -50,6 +47,7 @@ jobs:
name: isthmus-${{ matrix.os }}
path: isthmus/build/graal/isthmus-${{ matrix.os }}
semantic-release:
if: github.repository == 'substrait-io/substrait-java'
runs-on: ubuntu-latest
needs: isthmus-native-image-mac-linux
steps:
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 1182b1a

Please sign in to comment.