Skip to content

Commit

Permalink
chore: attempt pushlish
Browse files Browse the repository at this point in the history
  • Loading branch information
Oluwatunmise-olat committed Jan 27, 2024
1 parent 24921ec commit eb4e697
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
---
name: Publish Package
on: push
on:
push:
branches:
- main

jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: '17.0.8'
java-version: '17'
distribution: 'adopt'
- name: Publish Package
run: mvn --batch-mode deploy
Expand Down

0 comments on commit eb4e697

Please sign in to comment.