Skip to content

Commit 8527609

Browse files
Update .github/workflows/publish.reusable.yml
1 parent 1bb8168 commit 8527609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
for package in packages/@postgrestools/*; do
5050
package_basename=$(basename "$package")
5151
package_name="@postgrestools/$package_basename"
52-
package_version="${{ inputs.RELEASE_TAG }}"
52+
package_version="${{ inputs.release-tag }}"
5353
5454
if npm view "$package_name@$package_version" version 2>/dev/null; then
5555
echo "Package $package_name@$package_version already exists, skipping..."

0 commit comments

Comments
 (0)