Skip to content

Commit

Permalink
remove CONNECT_VERSION (#2027)
Browse files Browse the repository at this point in the history
  • Loading branch information
artursapek authored Apr 30, 2024
1 parent 7b7cd4f commit 2b0abec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- run: |
IFS='@' read -a strarr <<< $(git describe --tags)
sed -i "s/\"version\": .*/\"version\": \"${strarr[1]}$(echo $([ ${strarr[0]} == "production" ] && echo "" || echo "-${strarr[0]}"))\",/" wormhole-connect/package.json
export CONNECT_VERSION="${strarr[1]}"
npm run build:lib
npm run build:hosted
cp README.md wormhole-connect/
Expand Down
2 changes: 1 addition & 1 deletion wormhole-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/wormhole-connect",
"version": "0.3.4",
"version": "0.3.7",
"repository": "github:wormhole-foundation/wormhole-connect",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
Expand Down

0 comments on commit 2b0abec

Please sign in to comment.