Skip to content

Commit

Permalink
Revert "ci: auto update reearth/web version with release (#473)"
Browse files Browse the repository at this point in the history
This reverts commit cdc4879.
  • Loading branch information
pyshx authored Jun 6, 2023
1 parent 6346f48 commit 8ceacee
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,12 @@ jobs:
with:
name: changelog-${{ steps.changelog.outputs.version }}
path: CHANGELOG_latest.md
- name: Update package.json version
env:
VERSION: ${{ steps.changelog.outputs.version }}
run: |
yarn --cwd web version --no-git-tag-version --new-version ${VERSION/v}
- name: Commit & push to release
env:
TAG: ${{ steps.changelog.outputs.version }}
run: |
rm CHANGELOG_latest.md
git add CHANGELOG.md web/package.json
git add CHANGELOG.md
git commit -am "$TAG"
git tag $TAG
git push --atomic origin release $TAG
Expand Down

0 comments on commit 8ceacee

Please sign in to comment.