Skip to content

Commit

Permalink
Merge branch 'master' into jna-4.4.0
Browse files Browse the repository at this point in the history
# Conflicts:
#	pom.xml
  • Loading branch information
henkelmax committed Mar 26, 2021
2 parents 8c8b236 + b7c42ec commit 5cfcd34
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Build
on:
release:
types:
- created

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Set up JDK 1.8
uses: actions/[email protected]
with:
java-version: 1.8
server-id: henkelmax.public
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- name: Publish to maxhenkel.de
run: mvn -B deploy
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

0 comments on commit 5cfcd34

Please sign in to comment.