From 6d19c9470a6957f2a7e649873a9089c704580f84 Mon Sep 17 00:00:00 2001 From: damirka Date: Thu, 25 Feb 2021 16:05:11 +0300 Subject: [PATCH] fixes copy-paste naming --- .github/workflows/leo-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/leo-publish.yml b/.github/workflows/leo-publish.yml index 0e08d44422..7760898d70 100644 --- a/.github/workflows/leo-publish.yml +++ b/.github/workflows/leo-publish.yml @@ -11,8 +11,8 @@ env: RUST_BACKTRACE: 1 jobs: - add: - name: Add Package ('leo add') + publish: + name: Publish Package ('leo publish') runs-on: ubuntu-latest steps: - name: Checkout