Skip to content

Commit

Permalink
Bug fix in publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonscript committed Apr 8, 2024
1 parent 0fe1172 commit 9906113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi
PASSWORD=$(echo $PASSWORD | xargs)

# passthrough call ./build.sh and pass all args:
./build.sh "$@"
./dist/build.sh "$@"

# get newest tar.gz from /dist
LATEST=$(ls -t $ROOT/dist/*.gz | head -n1)
Expand Down

0 comments on commit 9906113

Please sign in to comment.