diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c0f0a47..57b7071 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ env: jobs: publish: runs-on: ubuntu-latest - if: github.event.pull_request.merge == true && startsWith(github.event.pull_request.head.ref, 'release-v') + if: startsWith(github.event.pull_request.head.ref, 'release-v') steps: - name: cargo login run: cargo login ${{ secrets.ORCA_API_TOKEN }} diff --git a/Cargo.toml b/Cargo.toml index ef2ea74..4dd8d8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orca-wasm" -version = "0.1.2" +version = "0.1.1" edition = "2021" authors = ["Suhas Thalanki", "Alex Bai", "Elizabeth Gilbert"] description = "A lightweight WebAssembly Transformation Library for the Component Model"