Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
reearth-bot committed Jun 8, 2023
2 parents 2ea63f8 + 4051bed commit e513b71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
if: ${{ github.event.inputs.new_tag != 'blank' }}
uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: ${{ env.ARTIFACTS }}
commit: ${{ github.event.inputs.sha }}
name: ${{ github.event.inputs.new_tag }}
Expand Down Expand Up @@ -122,8 +123,8 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: reearth/reearth
version: tags/${{ github.event.inputs.name || needs.info.outputs.tag }}
file: reearth-web_${{ github.event.inputs.name || needs.info.outputs.tag }}.tar.gz
version: tags/${{ github.event.inputs.name && github.event.inputs.new_name != 'blank' && github.event.inputs.name || github.event.inputs.tag }}
file: reearth-web_${{ github.event.inputs.name && github.event.inputs.new_name != 'blank' && github.event.inputs.name || github.event.inputs.tag }}.tar.gz
token: ${{ secrets.GITHUB_TOKEN }}
target: server/reearth-web.tar.gz
- name: Extract reearth/web
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ jobs:
- name: Create GitHub release
uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: ${{ env.ARTIFACT }}
artifactContentType: application/gzip
commit: ${{ github.event.inputs.sha }}
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reearth/web",
"version": "0.16.1",
"version": "0.16.2",
"repository": "https://github.com/reearth/reearth.git",
"author": "Re:Earth contributors <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit e513b71

Please sign in to comment.