From b0beff57c336aed3682c7f52905fe3c4b50de4c1 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski Date: Fri, 28 Jul 2023 21:17:36 +0000 Subject: [PATCH] Fix publish `trustfall_derive` job name. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45996401..3e303932 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -472,7 +472,7 @@ jobs: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} attempt-publish-trustfall-derive: - name: publish trustfall + name: publish trustfall_derive if: github.ref == 'refs/heads/main' needs: - pre-publish-checks