diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07ba603..1d61943 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,8 @@ jobs: run: | mkdir -p /tmp/smithy curl -L https://github.com/smithy-lang/smithy/releases/download/1.49.0/smithy-cli-darwin-x86_64.zip -o /tmp/smithy-cli-darwin-x86_64.zip - 7z x /tmp/smithy-cli-darwin-x86_64.zip -o/tmp/smithy + unzip /tmp/smithy-cli-darwin-x86_64.zip -d /tmp + mv /tmp/smithy-cli-darwin-x86_64 /tmp/smithy sudo /tmp/smithy/install - name: build smithy plugins run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 88546d3..cc4ecdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. +--- +## [0.3.8](https://github.com/tyrchen/smithy-docker/compare/v0.3.7..v0.3.8) - 2024-06-06 + +### Other + +- Update CHANGELOG.md - ([ffca231](https://github.com/tyrchen/smithy-docker/commit/ffca231f2b219092529489b7da1878e252c40dd2)) - Tyr Chen + --- ## [0.3.7](https://github.com/tyrchen/smithy-docker/compare/v0.3.6..v0.3.7) - 2024-06-06 diff --git a/VERSION b/VERSION index dd351eb..3d2bc97 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.3.8 +v0.3.9