From 2012cd34db210e96adba6634fe0b972842b2af25 Mon Sep 17 00:00:00 2001 From: Peter Huene Date: Tue, 16 Apr 2024 10:10:32 -0700 Subject: [PATCH] Fix publish action repo name. That's what I get for copying and pasting the action definition. --- .github/workflows/publish-to-crates-io.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-to-crates-io.yml b/.github/workflows/publish-to-crates-io.yml index c9ef050..f516b46 100644 --- a/.github/workflows/publish-to-crates-io.yml +++ b/.github/workflows/publish-to-crates-io.yml @@ -11,7 +11,7 @@ on: jobs: publish: - if: github.repository == 'bytecodealliance/cargo-component' + if: github.repository == 'bytecodealliance/wac' runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -20,4 +20,4 @@ jobs: rustc ci/publish.rs ./publish publish env: - CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} \ No newline at end of file + CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}