Skip to content

Commit

Permalink
Fix release build (#2749)
Browse files Browse the repository at this point in the history
[weekly-release]
  • Loading branch information
jprochazk authored Jul 18, 2023
1 parent 0cad609 commit e42f3ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/reusable_release_crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
command: run
args: --locked -p re_build_web_viewer -- --release

- name: Build web-viewer (release)
uses: actions-rs/cargo@v1
with:
command: run
args: --locked -p re_build_web_viewer -- --debug

- name: Publish
run: |
python3 scripts/ci/crates.py publish --token ${{ secrets.CRATES_IO_TOKEN }}
Expand Down

0 comments on commit e42f3ba

Please sign in to comment.