Skip to content

Commit

Permalink
Remove empty lines and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
galderz committed Dec 10, 2020
1 parent 494e737 commit 3153eb4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,26 @@
# 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: Publish Package

on:
release:
types: [created]

jobs:
publish:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Set up JDK 14
uses: actions/setup-java@v1
with:
java-version: 14
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD

- name: Cache
uses: actions/[email protected]
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Publish package
run: |
echo "on a tag -> set pom.xml <version> to ${GITHUB_REF##*/}"
Expand Down

0 comments on commit 3153eb4

Please sign in to comment.