Skip to content

Commit

Permalink
Update optimizer to latest 0.15.0 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Nov 30, 2023
1 parent 95030c1 commit 23f77ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- name: Build Wasm images
uses: addnab/docker-run-action@v3
with:
image: cosmwasm/workspace-optimizer:0.12.13
image: cosmwasm/optimizer:0.15.0
options: -v ${{ github.workspace }}:/code
run: optimize_workspace.sh
run: optimize.sh

- name: Create release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 23f77ad

Please sign in to comment.