Skip to content

Commit

Permalink
Merge remote-tracking branch 'master/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
matsu1213 committed Jun 19, 2024
2 parents 253d062 + c14e919 commit 3c112a2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

name: Maven Package

on:
release:
types: [created]
on: [push, workflow_dispatch]

jobs:
build:
Expand All @@ -28,7 +26,5 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml

- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Upload a Build Artifact
uses: actions/[email protected]

0 comments on commit 3c112a2

Please sign in to comment.