Skip to content

Commit

Permalink
Merge branch 'hotfix/actions'
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Dec 22, 2020
2 parents c666351 + 2c22590 commit 32b978c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-jdk8.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: Deploy New Version
name: Deploy New java8 Version

on: workflow_dispatch
# push:
Expand All @@ -28,4 +28,3 @@ jobs:
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
# mvn -Prelease source:jar javadoc:jar deploy -Dgpg.passphrase=thephrase
run: mvn -B -Prelease source:jar javadoc:jar deploy --file pom.xml -s settings-template.xml -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}

0 comments on commit 32b978c

Please sign in to comment.