Skip to content

Commit

Permalink
Remove version auto-update from publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Wilson committed Oct 31, 2022
1 parent c6cb138 commit feeaf4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,6 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
ref: ${{ github.event.release.tag_name }}

- name: Update version
run: |
export NEW_VERSION=${{ github.event.release.tag_name }}
git config --global user.email "[email protected]"
git config --global user.name "Github Bot"
git checkout main
yarn version --new-version $NEW_VERSION
git pull --autostash
git push

- uses: actions/setup-node@v3
name: Set up node
Expand Down Expand Up @@ -69,4 +54,4 @@ jobs:
payload: |
{
"text": ":boom: Failed to publish <https://github.com/Terran-One/cw-simulate/actions/workflows/publish.yaml|cw-simulate>."
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terran-one/cw-simulate",
"version": "1.2.5",
"version": "2.0.0",
"description": "Mock blockchain environment for simulating CosmWasm interactions",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit feeaf4e

Please sign in to comment.