Skip to content

Commit

Permalink
Add unneeded extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Jul 7, 2021
1 parent ee16aaf commit c27e29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
sonatype_staging_repo_id: ${{ needs.create-staging-repository.outputs.repository_id }}
finalize:
runs-on: ubuntu-latest
needs: [ create-staging-repository, windows-checking, macos-checking, linux-checking ]
needs: [create-staging-repository, windows-checking, macos-checking, linux-checking]
if: ${{ always() && needs.create-staging-repository.result == 'success' }}
steps:
- name: Discard staging repository
Expand Down

0 comments on commit c27e29e

Please sign in to comment.