Skip to content

Commit 4ccfbec

Browse files
committed
Fix YAML bug
1 parent 89ca6f8 commit 4ccfbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
3636
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3737
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=BentoBoxWorld_TwerkingForTrees
38-
- run: mvn --batch-mode clean org.jacoco:jacoco-maven-plugin:prepare-agent install
38+
- run: mvn --batch-mode clean org.jacoco:jacoco-maven-plugin:prepare-agent install
3939
- run: mkdir staging && cp target/*.jar staging
4040
- name: Save artifacts
4141
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)