Skip to content

Commit

Permalink
One more correction to workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl committed Oct 29, 2024
1 parent 6a759be commit 0e53e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: compile towny with maven
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn -B clean package -P -DskipTests=false
run: mvn -B clean package -DskipTests=false
- name: setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 0e53e22

Please sign in to comment.