Skip to content

Commit

Permalink
Update jdk8-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino authored Nov 11, 2020
1 parent ea63a54 commit 06c24a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/jdk8-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created
# For more information see: https://github.com/actions/setup-java#apache-maven-with-a-settings-path

name: Maven Package
name: Deploy JDK8 version

on:
push:
Expand All @@ -20,7 +20,8 @@ jobs:
java-version: 1.8
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: GPG Setup
run: printf "$GPG_KEY_BASE64" | base64 --decode > gpg.asc
- name: Build with Maven
run: mvn -B package --file pom.xml

Expand Down

0 comments on commit 06c24a7

Please sign in to comment.