Skip to content

Commit 7a0fbfd

Browse files
committed
copy readme when publishing
1 parent 13451f7 commit 7a0fbfd

File tree

3 files changed

+2
-412
lines changed

3 files changed

+2
-412
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
IFS='@' read -a strarr <<< $(git describe --tags)
2828
sed -i "s/\"version\": .*/\"version\": \"${strarr[1]}$(echo $([ ${strarr[0]} == "production" ] && echo "" || echo "-${strarr[0]}"))\",/" wormhole-connect/package.json
2929
npm run build
30+
cp README.md wormhole-connect/
31+
cp wormhole-connect.png wormhole-connect/
3032
cd wormhole-connect
3133
npm publish --tag $(echo $([ ${strarr[0]} == "production" ] && echo "latest" || echo ${strarr[0]})) --access public
3234
env:

0 commit comments

Comments
 (0)