Skip to content

Bump com.google.api.grpc:grpc-google-common-protos from 2.28.0 to 2.32.0 #18

Bump com.google.api.grpc:grpc-google-common-protos from 2.28.0 to 2.32.0

Bump com.google.api.grpc:grpc-google-common-protos from 2.28.0 to 2.32.0 #18

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- master
# pull_request:
jobs:
maven:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
steps:
- name: Checkout
uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- name: Publish package
# These tests are not automated, skip them when ran
run: mvn package -DskipTests