Skip to content

Commit

Permalink
fix: do not use brace expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jul 10, 2024
1 parent 8f02fd9 commit 971caaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ publish_forge_pkg() {
git checkout -b "$pkg"

clean "$pkg"
mv "packages/$pkg/{src,README.md}" .
mv "packages/$pkg"/src .
mv "packages/$pkg"/README.md .
rm -fr "packages/$pkg"
git commit -am "$version"
git push origin "$pkg"
Expand Down

0 comments on commit 971caaf

Please sign in to comment.