Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nakamura Kazutaka committed Jan 2, 2024
1 parent b3944be commit 80e8fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
make build \
PG_VERSION=${{ matrix.pgVersion }} \
EXT_NAME=$${{ env.EXT_NAME }} \
EXT_NAME=${{ env.EXT_NAME }} \
EXT_VERSION=${{ env.EXT_VERSION }} \
ARCH=${{ matrix.arch }} \
PKG_NAME=${{ env.PKG_NAME }}
Expand Down

0 comments on commit 80e8fb9

Please sign in to comment.