Skip to content

Commit

Permalink
fix: test exec plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
SunHuawei committed Jun 13, 2022
1 parent f81bdb8 commit 2018dc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions semantic-release-scripts/publish.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/bash
# Run rush or other cmd
echo 'Cutomized CMD for Publishing...'
echo "publishing $1 $2 $3"
touch ./test-publish.log
echo "publishing $1 $2 $3" >> ./test-publish.log
cat ./test-publish.log
# rush change
# rush publish

0 comments on commit 2018dc1

Please sign in to comment.