Skip to content

Commit

Permalink
Specify publish target
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim203 committed Feb 12, 2024
1 parent 8fb135e commit 10d65ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ORG_GRADLE_PROJECT_geysermcUsername: ${{ vars.DEPLOY_USER }}
ORG_GRADLE_PROJECT_geysermcPassword: ${{ secrets.DEPLOY_PASS }}
with:
arguments: publish
arguments: publishMavenPublicationToGeysermcRepository
cache-read-only: ${{ github.ref_name != 'master' && github.ref_name != 'development' }}

- name: Notify Discord
Expand Down

0 comments on commit 10d65ba

Please sign in to comment.