Skip to content

Commit

Permalink
Manually update npm package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
BencicAndrej committed Nov 15, 2018
1 parent e49aa7b commit 3a7386f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- run: go get ./...
- run: GOOS=windows go get -u github.com/spf13/cobra
- run: curl -sL https://git.io/goreleaser | bash
- run: sed -i -e "s/\"version\": \".*\"/\"version\": \"$(echo $CIRCLE_TAG | cut -c 2-)\"/g" .npm/package.json
# - run: sed -i -e "s/\"version\": \".*\"/\"version\": \"$(echo $CIRCLE_TAG | cut -c 2-)\"/g" .npm/package.json
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
- run: cd .npm && npm publish
workflows:
Expand Down
2 changes: 1 addition & 1 deletion .npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tenderly",
"version": "$VERSION",
"version": "0.0.12",
"description": "Tenderly helps you observe your contracts in any environment.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3a7386f

Please sign in to comment.