Skip to content

Commit

Permalink
removed maven central from the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul committed May 7, 2024
1 parent dd7d519 commit fb8d161
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
contents: read
packages: write

steps:
- uses: actions/checkout@v4
- name: Set up Java for publishing to GitHub Packages
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit fb8d161

Please sign in to comment.