Skip to content

Bump io.grpc:grpc-stub from 1.59.0 to 1.59.1 #3

Bump io.grpc:grpc-stub from 1.59.0 to 1.59.1

Bump io.grpc:grpc-stub from 1.59.0 to 1.59.1 #3

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