Skip to content

Commit 163b5ea

Browse files
authored
Fix YAML syntax error.
1 parent a0cf323 commit 163b5ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
- name: Build with Maven
5252
run: mvn -Dlogging.config.file=\${maven.multiModuleProjectDirectory}/logging.ci.properties verify -B
5353
- name: Deploy with Maven
54-
run: mvn -s .travis.settings.xml -Dgithub.username=$GITHUB_USERNAME -Dgithub.password=$GITHUB_TOKEN deploy -DskipTests -B
55-
env:
56-
GITHUB_USERNAME: ${{ secrets.GITHUB_USERNAME }}
57-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
54+
run: mvn -s .travis.settings.xml -Dgithub.username=$GITHUB_USERNAME -Dgithub.password=$GITHUB_TOKEN deploy -DskipTests -B
55+
env:
56+
GITHUB_USERNAME: ${{ secrets.GITHUB_USERNAME }}
57+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)