We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24664b commit c3db2d5Copy full SHA for c3db2d5
scripts/publish.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-tags = "$1"
+tags="$1"
3
# not running in github actions? use gh cli to login, etc, locally
4
if [ "$GITHUB_ACTIONS" != "true" ]; then
5
# login to the registry
0 commit comments