Skip to content

Commit 3263f34

Browse files
committed
chore: temp publish
1 parent 0dc25fd commit 3263f34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
if: inputs.is-prerelease != 'true'
6565
run: |
6666
for package in packages/@postgrestools/*; do
67+
package_name=$(basename "$package")
6768
if [[ "$package_name" != "backend-jsonrpc" && "$package_name" != "postgrestools" ]]; then
6869
npm publish "$package" --tag latest --access public --provenance
6970
fi

0 commit comments

Comments
 (0)