Skip to content

Commit

Permalink
missing parens
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd committed Oct 10, 2023
1 parent 11d93a1 commit a4f03f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ runs:
- name: Build smithy-kotlin
shell: bash
run: |
pushd "$GITHUB_WORKSPACE/smithy-kotlin
pushd "$GITHUB_WORKSPACE/smithy-kotlin"
./gradlew assemble publishToMavenLocal
popd

0 comments on commit a4f03f9

Please sign in to comment.