Skip to content

Update ncipollo/release-action action to v1.14.0 #47

Update ncipollo/release-action action to v1.14.0

Update ncipollo/release-action action to v1.14.0 #47

Workflow file for this run

name: Java CI with Maven
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
- name: Build with Maven
run: mvn -B package -Dregistry=https://maven.pkg.github.com/dishantkamble --file pom.xml install
env:
GITHUB_TOKEN: ${{ github.token }}