Skip to content

Commit c70145d

Browse files
committed
fix: indent error in yaml
1 parent 113999c commit c70145d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
fi
7171
cargo pgrx package --features pg${{ matrix.pg_version }} --pg-config $PG_CONFIG_PATH
7272
73-
- name: Format OS name for release
74-
run: |
73+
- name: Format OS name for release
74+
run: |
7575
LOWERCASE_OS=$(echo ${{ runner.os }} | tr '[:upper:]' '[:lower:]')
7676
if [ "$LOWERCASE_OS" = "macos" ]; then
7777
LOWERCASE_OS="darwin"

0 commit comments

Comments
 (0)