Skip to content

Commit c3db2d5

Browse files
committed
fix: extra spaces
1 parent e24664b commit c3db2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
tags = "$1"
2+
tags="$1"
33
# not running in github actions? use gh cli to login, etc, locally
44
if [ "$GITHUB_ACTIONS" != "true" ]; then
55
# login to the registry

0 commit comments

Comments
 (0)